Fix version with more digits. modified: pom.xml

This commit is contained in:
Mihai Cozma
2016-10-19 08:58:32 +03:00
parent 871f2c995c
commit 480718fe24

View File

@@ -134,8 +134,8 @@
<regexPropertySetting> <regexPropertySetting>
<name>rm.module.repo.version.min</name> <name>rm.module.repo.version.min</name>
<value>${alfresco.version}</value> <value>${alfresco.version}</value>
<regex>(\d+)\.(\d+).*</regex> <regex>([0-9\.]*[0-9]).*</regex>
<replacement>$1.$2</replacement> <replacement>$1</replacement>
<failIfNoMatch>false</failIfNoMatch> <failIfNoMatch>false</failIfNoMatch>
</regexPropertySetting> </regexPropertySetting>
<regexPropertySetting> <regexPropertySetting>