Skip to content

Commit b2d2192

Browse files
committed
Version 0.9
1 parent aff34a2 commit b2d2192

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.gotti.wurmunlimited</groupId>
1111
<artifactId>client-modlauncher-parent</artifactId>
12-
<version>0.9-SNAPSHOT</version>
12+
<version>0.9</version>
1313
<relativePath>../..</relativePath>
1414
</parent>
1515

modules/modlauncher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.gotti.wurmunlimited</groupId>
1111
<artifactId>client-modlauncher-parent</artifactId>
12-
<version>0.9-SNAPSHOT</version>
12+
<version>0.9</version>
1313
<relativePath>../..</relativePath>
1414
</parent>
1515

modules/mods/connectionfix/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<parent>
1010
<groupId>org.gotti.wurmunlimited</groupId>
1111
<artifactId>client-modlauncher-parent</artifactId>
12-
<version>0.9-SNAPSHOT</version>
12+
<version>0.9</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.gotti.wurmunlimited</groupId>
1919
<artifactId>client-modlauncher</artifactId>
20-
<version>0.9-SNAPSHOT</version>
20+
<version>0.9</version>
2121
</dependency>
2222
</dependencies>
2323

modules/mods/custommap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<parent>
1010
<groupId>org.gotti.wurmunlimited</groupId>
1111
<artifactId>client-modlauncher-parent</artifactId>
12-
<version>0.9-SNAPSHOT</version>
12+
<version>0.9</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.gotti.wurmunlimited</groupId>
1919
<artifactId>client-modlauncher</artifactId>
20-
<version>0.9-SNAPSHOT</version>
20+
<version>0.9</version>
2121
</dependency>
2222
</dependencies>
2323

modules/mods/serverpacks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<parent>
1010
<groupId>org.gotti.wurmunlimited</groupId>
1111
<artifactId>client-modlauncher-parent</artifactId>
12-
<version>0.9-SNAPSHOT</version>
12+
<version>0.9</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.gotti.wurmunlimited</groupId>
1919
<artifactId>client-modlauncher</artifactId>
20-
<version>0.9-SNAPSHOT</version>
20+
<version>0.9</version>
2121
</dependency>
2222
</dependencies>
2323

modules/patcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.gotti.wurmunlimited</groupId>
99
<artifactId>client-modlauncher-parent</artifactId>
10-
<version>0.9-SNAPSHOT</version>
10+
<version>0.9</version>
1111
<relativePath>../..</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.gotti.wurmunlimited</groupId>
55
<artifactId>client-modlauncher-parent</artifactId>
6-
<version>0.9-SNAPSHOT</version>
6+
<version>0.9</version>
77
<packaging>pom</packaging>
88

99
<name>client modlauncher parent</name>

0 commit comments

Comments
 (0)