Skip to content

Commit f0e40cf

Browse files
committed
[maven-release-plugin] prepare release v0.3.18
1 parent d1b4b10 commit f0e40cf

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

ocraft-s2client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.3.18-SNAPSHOT</version>
6+
<version>0.3.18</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.3.18-SNAPSHOT</version>
6+
<version>0.3.18</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-bot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.3.18-SNAPSHOT</version>
6+
<version>0.3.18</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.3.18-SNAPSHOT</version>
6+
<version>0.3.18</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.3.18-SNAPSHOT</version>
6+
<version>0.3.18</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.3.18-SNAPSHOT</version>
6+
<version>0.3.18</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>com.github.ocraft</groupId>
87
<artifactId>ocraft-s2client</artifactId>
98
<packaging>pom</packaging>
10-
<version>0.3.18-SNAPSHOT</version>
9+
<version>0.3.18</version>
1110

1211
<modules>
1312
<module>ocraft-s2client-test</module>
@@ -58,7 +57,7 @@
5857
<connection>scm:git:https://github.com/ocraft/ocraft-s2client.git</connection>
5958
<url>https://github.com/ocraft/ocraft-s2client</url>
6059
<developerConnection>scm:git:https://github.com/ocraft/ocraft-s2client.git</developerConnection>
61-
<tag>HEAD</tag>
60+
<tag>v0.3.18</tag>
6261
</scm>
6362

6463
<properties>
@@ -73,7 +72,7 @@
7372
<maven.compiler.target>1.9</maven.compiler.target>
7473

7574
<test.integration.skip>true</test.integration.skip>
76-
<test.integration.groups/>
75+
<test.integration.groups />
7776

7877
<version.protobuf>3.7.1</version.protobuf>
7978
<version.vertx>3.7.0</version.vertx>

0 commit comments

Comments
 (0)