Remove alfresco.rm.version property and use project.version instead, so the maven-release-plugin works

This commit is contained in:
Samuel Langlois
2016-06-28 16:56:29 +01:00
parent 20173b18b2
commit e65e0c93f3

View File

@@ -89,7 +89,6 @@
</modules>
<properties>
<alfresco.rm.version>${project.version}</alfresco.rm.version>
<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.build.sourceVersion>1.7</maven.build.sourceVersion>
@@ -146,7 +145,7 @@
</regexPropertySetting>
<regexPropertySetting>
<name>rm.module.version</name>
<value>${alfresco.rm.version}</value>
<value>${project.version}</value>
<regex>(\d+)\.(\d+).*</regex>
<replacement>$1.$2</replacement>
<failIfNoMatch>false</failIfNoMatch>