Skip to content

Commit 65fe031

Browse files
committed
chore:source prepare the new 4.2 version and update database version to 1438
1 parent 5059f72 commit 65fe031

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

bin/02DeployApp.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
4949
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.11
5050
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.0
5151
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.1
52-
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.1.war
52+
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.2
53+
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.2.war

bin/02DeployApp.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.10
4949
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.11
5050
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.0
5151
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.1
52-
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.1.war
52+
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.2
53+
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.2.war

source/src/main/webapp/DatabaseMaintenance.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
// this is used in order to execute only 1 instruction at a time as it make take a lot of time to process.
6565
boolean SQLExecuted = false;
6666
// SQL that has version equal to SQLLimit will not be executed automatically.
67-
Integer SQLLimit = 1420; // 4.1 Version LEVEL.
67+
Integer SQLLimit = 1439; // 4.2 Version LEVEL.
6868
IFactoryMyversion factoryMyversion;
6969
7070
try {

0 commit comments

Comments
 (0)