Skip to content

Commit bf5a879

Browse files
committed
[maven-release-plugin] prepare release RemoteConsole-1.0.2
1 parent 1b7096a commit bf5a879

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>au.com.addstar</groupId>
66
<artifactId>RemoteConsole</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.0.2</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>RemoteConsole-Bukkit</artifactId>

Bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>au.com.addstar</groupId>
55
<artifactId>RemoteConsole</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99

Client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>au.com.addstar</groupId>
55
<artifactId>RemoteConsole</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>RemoteConsole-Client</artifactId>

Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>au.com.addstar</groupId>
55
<artifactId>RemoteConsole</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>RemoteConsole-Core</artifactId>

ServerCore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>au.com.addstar</groupId>
55
<artifactId>RemoteConsole</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>au.com.addstar</groupId>
44
<artifactId>RemoteConsole</artifactId>
5-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
66
<name>RemoteConsole</name>
77
<packaging>pom</packaging>
88

@@ -22,7 +22,7 @@
2222
<connection>scm:git:git@github.com:AddstarMC/RemoteConsole.git</connection>
2323
<developerConnection>scm:git:git@github.com:AddstarMC/RemoteConsole.git</developerConnection>
2424
<url>https://github.com/AddstarMC/RemoteConsole</url>
25-
<tag>HEAD</tag>
25+
<tag>RemoteConsole-1.0.2</tag>
2626
</scm>
2727
<developers>
2828
<developer>

0 commit comments

Comments
 (0)