Skip to content

Commit d682699

Browse files
committed
Version 0.25-beta3
1 parent 07cc194 commit d682699

File tree

20 files changed

+36
-36
lines changed

20 files changed

+36
-36
lines changed

modules/demo/actiondemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/christmasmod/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/creaturedemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/digtoground/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/hitchingpost/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/serverfixes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

modules/modlauncher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

modules/mods/announcer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

modules/mods/bagofholding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25-beta2</version>
13+
<version>0.25-beta3</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25-beta2</version>
21+
<version>0.25-beta3</version>
2222
</dependency>
2323
</dependencies>
2424

0 commit comments

Comments
 (0)