Skip to content

Commit 31ee533

Browse files
committed
[maven-release-plugin] prepare release v0.31
1 parent 149afe0 commit 31ee533

File tree

21 files changed

+40
-40
lines changed

21 files changed

+40
-40
lines changed

modules/demo/actiondemo/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/demo/christmasmod/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/demo/creaturedemo/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/demo/digtoground/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/demo/hitchingpost/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/demo/serverfixes/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/dist/pom.xml

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

@@ -199,7 +199,7 @@
199199
println properties.path;
200200
println project.attachedArtifacts;
201201
def projectHelper = container.lookup("org.apache.maven.project.MavenProjectHelper")
202-
new File(properties.path).eachFile() { file ->
202+
new File(properties.path).eachFile() { file -&gt;
203203
projectHelper.attachArtifact(project, 'mod', file.name, file);
204204
}
205205
println project.attachedArtifacts;

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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../..</relativePath>
1414
</parent>
1515

modules/mods/announcer/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

modules/mods/bagofholding/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>server-modlauncher-parent</artifactId>
12-
<version>0.31-SNAPSHOT</version>
12+
<version>0.31</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

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

0 commit comments

Comments
 (0)