Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ago1024 committed Oct 18, 2017
1 parent adf4681 commit 3c1969a
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 @@ -10,7 +10,7 @@
<parent>
<groupId>org.gotti.wurmunlimited</groupId>
<artifactId>client-modlauncher-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../..</relativePath>
</parent>

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 3c1969a

Please sign in to comment.