mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4320 Remove alfresco min rm version
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -103,7 +103,6 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<alfresco.rm.version>${project.version}</alfresco.rm.version>
|
<alfresco.rm.version>${project.version}</alfresco.rm.version>
|
||||||
<alfresco.repo.version.min>5.1.1</alfresco.repo.version.min>
|
|
||||||
<alfresco.db.params>AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=FALSE;LOCK_MODE=0;IGNORECASE=TRUE</alfresco.db.params>
|
<alfresco.db.params>AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=FALSE;LOCK_MODE=0;IGNORECASE=TRUE</alfresco.db.params>
|
||||||
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
|
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
|
||||||
<maven.build.sourceVersion>1.7</maven.build.sourceVersion>
|
<maven.build.sourceVersion>1.7</maven.build.sourceVersion>
|
||||||
@@ -154,9 +153,9 @@
|
|||||||
<regexPropertySettings>
|
<regexPropertySettings>
|
||||||
<regexPropertySetting>
|
<regexPropertySetting>
|
||||||
<name>rm.module.repo.version.min</name>
|
<name>rm.module.repo.version.min</name>
|
||||||
<value>${alfresco.repo.version.min}</value>
|
<value>${alfresco.version}</value>
|
||||||
- <regex>([0-9\.]*[0-9]).*</regex>
|
<regex>(\d+)\.(\d+).*</regex>
|
||||||
- <replacement>$1</replacement>
|
<replacement>$1.$2</replacement>
|
||||||
<failIfNoMatch>false</failIfNoMatch>
|
<failIfNoMatch>false</failIfNoMatch>
|
||||||
</regexPropertySetting>
|
</regexPropertySetting>
|
||||||
<regexPropertySetting>
|
<regexPropertySetting>
|
||||||
|
Reference in New Issue
Block a user