Skip to content

Commit 37ef777

Browse files
committed
[maven-release-plugin] prepare release commandhelper-3.3.4-final
1 parent 1238c67 commit 37ef777

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.sk89q</groupId>
44
<artifactId>commandhelper</artifactId>
5-
<version>3.3.4-SNAPSHOT</version>
5+
<version>3.3.4-final</version>
66
<name>CommandHelper</name>
77
<description>CommandHelper is a full blown scripting language built right into Minecraft</description>
88
<inceptionYear>2010</inceptionYear>
@@ -128,7 +128,8 @@
128128
<connection>scm:git:git://github.com/sk89q/commandhelper.git</connection>
129129
<url>https://github.com/sk89q/commandhelper</url>
130130
<developerConnection>scm:git:[email protected]:sk89q/commandhelper.git</developerConnection>
131-
</scm>
131+
<tag>commandhelper-3.3.4-final</tag>
132+
</scm>
132133
<properties>
133134
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
134135
<maven.test.failure.ignore>true</maven.test.failure.ignore>

0 commit comments

Comments
 (0)