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>
<name>rm.module.repo.version.min</name>
<value>${alfresco.version}</value>
<regex>(\d+)\.(\d+).*</regex>
<replacement>$1.$2</replacement>
<regex>([0-9\.]*[0-9]).*</regex>
<replacement>$1</replacement>
<failIfNoMatch>false</failIfNoMatch>
</regexPropertySetting>
<regexPropertySetting>