Skip to content

Commit f2e607f

Browse files
committed
[maven-release-plugin] prepare release v0.3.3
1 parent 14ce3b4 commit f2e607f

File tree

7 files changed

+11
-16
lines changed

7 files changed

+11
-16
lines changed

ocraft-s2client-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>ocraft-s2client</artifactId>
75
<groupId>com.github.ocraft</groupId>
8-
<version>0.3.3-SNAPSHOT</version>
6+
<version>0.3.3</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.3-SNAPSHOT</version>
6+
<version>0.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-bot/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>ocraft-s2client</artifactId>
65
<groupId>com.github.ocraft</groupId>
7-
<version>0.3.3-SNAPSHOT</version>
6+
<version>0.3.3</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

ocraft-s2client-protocol/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>ocraft-s2client</artifactId>
75
<groupId>com.github.ocraft</groupId>
8-
<version>0.3.3-SNAPSHOT</version>
6+
<version>0.3.3</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.3-SNAPSHOT</version>
6+
<version>0.3.3</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.3-SNAPSHOT</version>
6+
<version>0.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.ocraft</groupId>
77
<artifactId>ocraft-s2client</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.3.3-SNAPSHOT</version>
9+
<version>0.3.3</version>
1010

1111
<modules>
1212
<module>ocraft-s2client-test</module>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:https://github.com/ocraft/ocraft-s2client.git</connection>
5858
<url>https://github.com/ocraft/ocraft-s2client</url>
5959
<developerConnection>scm:git:https://github.com/ocraft/ocraft-s2client.git</developerConnection>
60-
<tag>HEAD</tag>
60+
<tag>v0.3.3</tag>
6161
</scm>
6262

6363
<properties>

0 commit comments

Comments
 (0)