mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
update the repo min version to 5.2.4 as none of the ACS values below this should be supported with RM 2.6.1
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -198,6 +198,8 @@
|
|||||||
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
|
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
|
||||||
<license.update.dryrun>true</license.update.dryrun>
|
<license.update.dryrun>true</license.update.dryrun>
|
||||||
<license.verbose>false</license.verbose>
|
<license.verbose>false</license.verbose>
|
||||||
|
<!-- Prevent the module from being added to inappropriate versions of the WAR file !-->
|
||||||
|
<alfresco.min.version>5.2.4</alfresco.min.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@@ -254,9 +256,9 @@
|
|||||||
<regexPropertySettings>
|
<regexPropertySettings>
|
||||||
<regexPropertySetting>
|
<regexPropertySetting>
|
||||||
<name>rm.module.repo.version.min</name>
|
<name>rm.module.repo.version.min</name>
|
||||||
<value>${alfresco.version}</value>
|
<value>${alfresco.min.version}</value>
|
||||||
<regex>(\d+)\.(\d+).*</regex>
|
<regex>(\d+)\.(\d+).(\d+).*</regex>
|
||||||
<replacement>$1.$2</replacement>
|
<replacement>$1.$2.$3</replacement>
|
||||||
<failIfNoMatch>false</failIfNoMatch>
|
<failIfNoMatch>false</failIfNoMatch>
|
||||||
</regexPropertySetting>
|
</regexPropertySetting>
|
||||||
<regexPropertySetting>
|
<regexPropertySetting>
|
||||||
|
Reference in New Issue
Block a user