Skip to content

Commit 75b7e11

Browse files
committed
[maven-release-plugin] prepare release v0.30
1 parent efafbf1 commit 75b7e11

File tree

21 files changed

+61
-82
lines changed

21 files changed

+61
-82
lines changed

modules/demo/actiondemo/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>actiondemo</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/demo/christmasmod/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>christmasmod</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/demo/creaturedemo/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>creaturedemo</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/demo/digtoground/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>digtoground</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/demo/hitchingpost/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>hitchingpost</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/demo/serverfixes/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>serverfixes</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/dist/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>server-modlauncher-dist</artifactId>
@@ -10,7 +9,7 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../..</relativePath>
1514
</parent>
1615

modules/modlauncher/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>server-modlauncher</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>modloader-shared</artifactId>
21-
<version>0.11-SNAPSHOT</version>
20+
<version>0.12</version>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.gotti.wurmunlimited</groupId>

modules/mods/announcer/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>announcer</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

modules/mods/bagofholding/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>bagofholding</artifactId>
@@ -10,15 +9,15 @@
109
<parent>
1110
<groupId>org.gotti.wurmunlimited</groupId>
1211
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.30-SNAPSHOT</version>
12+
<version>0.30</version>
1413
<relativePath>../../..</relativePath>
1514
</parent>
1615

1716
<dependencies>
1817
<dependency>
1918
<groupId>org.gotti.wurmunlimited</groupId>
2019
<artifactId>server-modlauncher</artifactId>
21-
<version>0.30-SNAPSHOT</version>
20+
<version>0.30</version>
2221
</dependency>
2322
</dependencies>
2423

0 commit comments

Comments
 (0)