mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user