From 1112790151ac45f378ba998f92b2f40e73be1b5b Mon Sep 17 00:00:00 2001 From: ryltar Date: Thu, 31 May 2018 17:05:56 +0200 Subject: [PATCH] chore:source prepare the new 3.5 version and update database version to 1345 --- bin/02DeployApp.bat | 3 ++- bin/02DeployApp.sh | 3 ++- source/src/main/webapp/DatabaseMaintenance.jsp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/02DeployApp.bat b/bin/02DeployApp.bat index 0121b22324..51d50ca7c6 100644 --- a/bin/02DeployApp.bat +++ b/bin/02DeployApp.bat @@ -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 diff --git a/bin/02DeployApp.sh b/bin/02DeployApp.sh index bffa4a5784..156688e89b 100644 --- a/bin/02DeployApp.sh +++ b/bin/02DeployApp.sh @@ -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 diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index 8ade337089..4beb667834 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -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 {