Browse Source

Missed removing the SNAPSHOT designator on the version for release 3.5.4

Patrick Hunt 7 years ago
parent
commit
7f51e5b68c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -33,7 +33,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
     <property name="version-major" value="3" />
     <property name="version-minor" value="5" />
     <property name="version-patch" value="4" />
-    <property name="version" value="${version-major}.${version-minor}.${version-patch}-beta-SNAPSHOT" />
+    <property name="version" value="${version-major}.${version-minor}.${version-patch}-beta" />
 
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />