mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix version with more digits. modified: pom.xml
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user