We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e6588 commit d5a4321Copy full SHA for d5a4321
1 file changed
pom.xml
@@ -1,9 +1,8 @@
1
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<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">
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.sk89q</groupId>
5
<artifactId>commandhelper</artifactId>
6
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1</version>
7
<name>CommandHelper</name>
8
<description>CommandHelper is a full blown scripting language built right into Minecraft</description>
9
<inceptionYear>2010</inceptionYear>
0 commit comments