From b4deb3ab51ab4e0ec578097b8610d5e74d8a06b0 Mon Sep 17 00:00:00 2001 From: vertigo17 Date: Sun, 11 Nov 2018 08:43:19 +0100 Subject: [PATCH] chore:source prepare the new 3.9 version and update database version to 1388 --- 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 f9053157ca..d519a9ef7d 100644 --- a/bin/02DeployApp.bat +++ b/bin/02DeployApp.bat @@ -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 diff --git a/bin/02DeployApp.sh b/bin/02DeployApp.sh index 1596821c5c..ad27bc5f76 100644 --- a/bin/02DeployApp.sh +++ b/bin/02DeployApp.sh @@ -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 diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index cc851920cf..de46a8ebc5 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 = 1385; // 3.8 Version LEVEL. + Integer SQLLimit = 1389; // 3.9 Version LEVEL. IFactoryMyversion factoryMyversion; try {