RM-4320 Remove alfresco min rm version

This commit is contained in:
Mihai Cozma
2016-11-26 09:09:30 +02:00
parent 0611866018
commit 1988533145

View File

@@ -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>