Skip to content

Commit

Permalink
chore:source prepare the new 3.5 version and update database version …
Browse files Browse the repository at this point in the history
…to 1345
  • Loading branch information
ryltar committed May 31, 2018
1 parent 03f5a28 commit 1112790
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 @@ -39,4 +39,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.2
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.3
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.4
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-3.4.war
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.5
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-3.5.war
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.1.0
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.2
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.3
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.4
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.4.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.5
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.5.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 = 1336; // 3.4.0 Version LEVEL.
Integer SQLLimit = 1346; // 3.5 Version LEVEL.
IFactoryMyversion factoryMyversion;
try {
Expand Down

0 comments on commit 1112790

Please sign in to comment.