Bump version to 1.2-SNAPSHOT

This commit is contained in:
Peter Vlugter 2011-05-06 14:01:21 +12:00
parent f01db73f7f
commit 9ace0a97da
10 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
cd $AKKA_HOME
VERSION=1.1-SNAPSHOT
VERSION=1.2-SNAPSHOT
TARGET_DIR=dist/$VERSION/$1
shift 1
VMARGS=$@
@ -13,4 +13,4 @@ else
fi
export AKKA_HOME=`pwd`
java -jar ${VMARGS} ${VERSION}.jar
java -jar ${VMARGS} ${VERSION}.jar