Increment version number for next release.
@@ -1,6 +1,6 @@ | ||
1 | 1 | # Deploy script for test environment. |
2 | 2 | |
3 | -export MANJYU_VERSION="0.0.9" | |
3 | +export MANJYU_VERSION="0.1.0" | |
4 | 4 | |
5 | 5 | echo 'undeploy Manjyu' |
6 | 6 | /bin/sh /opt/glassfish3/glassfish/bin/asadmin --user admin --passwordfile glassfish.passwd --host localhost undeploy manjyu-$MANJYU_VERSION |
@@ -29,7 +29,7 @@ | ||
29 | 29 | |
30 | 30 | import blanco.constants.BlancoConstantsVersion; |
31 | 31 | |
32 | -@BlancoConstantsVersion(prefix = "0.0.9-") | |
32 | +@BlancoConstantsVersion(prefix = "0.1.0-") | |
33 | 33 | public abstract class AbstractManjyuConstants { |
34 | 34 | /** |
35 | 35 | * Locale string for initial version. |
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project name="manjyu" default="buildwithout1g" basedir="."> |
3 | - <property name="version" value="0.0.9" /> | |
3 | + <property name="version" value="0.1.0" /> | |
4 | 4 | <property name="encoding" value="UTF-8" /> |
5 | 5 | |
6 | 6 | <target name="build" depends="tmp.clean,meta.clean,blanco1g,blanco2g,compile,war" /> |