Skip to content

Commit

Permalink
0.0.2-alpha6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkandasa committed Dec 21, 2015
1 parent b0ebd39 commit 6bc8036
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.mycontroller</groupId>
<artifactId>mycontroller-standalone</artifactId>
<version>0.0.2-alpha6-SNAPSHOT</version>
<version>0.0.2-alpha6</version>
<packaging>jar</packaging>

<name>MyController.org</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public static void upgradeSchema() {
createSettings(Settings.MYS_HEARTBEAT_INTERVAL, String.valueOf(HeartbeatJob.DEFAULT_HEARTBEAT_INTERVAL),
"Heartbeat Interval(Minutes)", true);

upgradeVersion("0.0.2-alpha6-SNAPSHOT", dbVersion, dbVersion + 1);
upgradeVersion("0.0.2-alpha6", dbVersion, dbVersion + 1);
dbVersion = 7;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/package/bin/start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SET HEAP_MIN=-Xms8m
SET HEAP_MAX=-Xmx40m

SET MC_VERSION=0.0.2-alpha6-SNAPSHOT
SET MC_VERSION=0.0.2-alpha6

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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ HEAP_MIN=-Xms8m
HEAP_MAX=-Xmx40m

JAVA_VERSION="1.7"
MC_VERSION="0.0.2-alpha6-SNAPSHOT"
MC_VERSION="0.0.2-alpha6"

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

0 comments on commit 6bc8036

Please sign in to comment.