mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4245_update_module_version
Update {alfresco.rm.version} to handle more digits
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -152,15 +152,15 @@
|
|||||||
<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>([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>
|
||||||
<name>rm.module.version</name>
|
<name>rm.module.version</name>
|
||||||
<value>${project.version}</value>
|
<value>${project.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>
|
||||||
</regexPropertySettings>
|
</regexPropertySettings>
|
||||||
|
Reference in New Issue
Block a user