Skip to content

Commit

Permalink
chore:source prepare the new 3.9 version and update database version …
Browse files Browse the repository at this point in the history
…to 1388
  • Loading branch information
vertigo17 committed Nov 11, 2018
1 parent 0843453 commit b4deb3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/02DeployApp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.7
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.7.1
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.8
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-3.8.war
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.9
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-3.9.war
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.6
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.7
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.7.1
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.8
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.8.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.9
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.9.war
2 changes: 1 addition & 1 deletion source/src/main/webapp/DatabaseMaintenance.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
// this is used in order to execute only 1 instruction at a time as it make take a lot of time to process.
boolean SQLExecuted = false;
// SQL that has version equal to SQLLimit will not be executed automatically.
Integer SQLLimit = 1385; // 3.8 Version LEVEL.
Integer SQLLimit = 1389; // 3.9 Version LEVEL.
IFactoryMyversion factoryMyversion;
try {
Expand Down

0 comments on commit b4deb3a

Please sign in to comment.