From 81d0326c83ce14d82536ae8f8a2c9f35bcfb78e9 Mon Sep 17 00:00:00 2001 From: bcivel Date: Mon, 11 Sep 2017 12:22:44 +0100 Subject: [PATCH] [maven-release-plugin] Move SQLlimit automatic level to the last one --- source/src/main/webapp/DatabaseMaintenance.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index 284442de1f..65f2c97bd6 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -71,7 +71,8 @@ //Integer SQLLimit = 1048; // 1.1.10 Version LEVEL. //Integer SQLLimit = 1116; // 1.1.11 Version LEVEL. //Integer SQLLimit = 1145; // 1.1.12 Version LEVEL. - Integer SQLLimit = 1181; // 1.1.13 Version LEVEL. + //Integer SQLLimit = 1181; // 1.1.13 Version LEVEL. + Integer SQLLimit = 1222; // 1.1.14 Version LEVEL. IFactoryMyversion factoryMyversion; try {