Skip to content

Commit

Permalink
Version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ago1024 committed Jul 14, 2020
1 parent cedba80 commit 49318ce
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/dist/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/modlauncher/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/mods/connectionfix/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<relativePath>../../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/mods/custommap/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<relativePath>../../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/mods/serverpacks/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<relativePath>../../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion modules/patcher/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<packaging>pom</packaging>

<name>client modlauncher parent</name>
Expand Down

0 comments on commit 49318ce

Please sign in to comment.