Skip to content

Commit

Permalink
0.0.2-alpha5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkandasa committed Oct 21, 2015
1 parent 461ca75 commit 9bb87ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@

<groupId>org.mycontroller</groupId>
<artifactId>mycontroller-standalone</artifactId>
<version>0.0.2-alpha4</version>
<version>0.0.2-alpha5</version>
<packaging>jar</packaging>

<name>MyController.org</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/package/bin/start.bat
Expand Up @@ -18,7 +18,7 @@
SET HEAP_MIN=-Xms8m
SET HEAP_MAX=-Xmx40m

SET MC_VERSION=0.0.2-alpha4
SET MC_VERSION=0.0.2-alpha5

SET CONF_PROPERTIES_FILE=../conf/mycontroller.properties
SET CONF_LOG_FILE=../conf/logback.xml
Expand Down
2 changes: 1 addition & 1 deletion src/main/package/bin/start.sh
Expand Up @@ -28,7 +28,7 @@ HEAP_MIN=-Xms8m
HEAP_MAX=-Xmx40m

JAVA_VERSION="1.7"
MC_VERSION="0.0.2-alpha4"
MC_VERSION="0.0.2-alpha5"

#configuration file location
CONF_PROPERTIES_FILE=../conf/mycontroller.properties
Expand Down

0 comments on commit 9bb87ac

Please sign in to comment.