RM-7111: AGS 3.3 can't be installed on ACS 6.1

- added alfresco.min.version to 6.1
This commit is contained in:
Ramona Popa
2020-01-31 14:02:36 +00:00
parent 467bebf68d
commit 54010e5576
2 changed files with 3 additions and 2 deletions

View File

@@ -534,7 +534,7 @@
<alfresco-spring-webscripts.version>7.9</alfresco-spring-webscripts.version>
<api.explorer.version>6.2.0</api.explorer.version>
<!-- Set this here and override it in the community and enterprise modules. -->
<alfresco.version>0.0</alfresco.version>
<alfresco.min.version>0.0</alfresco.min.version>
<skip.integrationtests>true</skip.integrationtests>
<postgres.version>9.4.12</postgres.version>
@@ -694,7 +694,7 @@
<regexPropertySettings>
<regexPropertySetting>
<name>ags.module.repo.version.min</name>
<value>${alfresco.version}</value>
<value>${alfresco.min.version}</value>
<regex>(\d+)\.(\d+).*</regex>
<replacement>$1.$2</replacement>
<failIfNoMatch>false</failIfNoMatch>

View File

@@ -76,6 +76,7 @@
<spring.version>5.1.8.RELEASE</spring.version>
<alfresco.version>6.2.0-ga</alfresco.version>
<alfresco.min.version>6.1</alfresco.min.version>
<share.version>6.2.0</share.version>
<!-- The properties app.amp.* need to be set for share to work. -->
<app.filtering.enabled>true</app.filtering.enabled>