mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed to handle more digits
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -97,8 +97,8 @@
|
||||
<configuration>
|
||||
<name>rm.module.version</name>
|
||||
<value>${project.version}</value>
|
||||
<regex>(\d+)\.(\d+).(\d+).*</regex>
|
||||
<replacement>$1.$2.$3</replacement>
|
||||
<regex>([0-9\.]*[0-9]).*</regex>
|
||||
<replacement>$1</replacement>
|
||||
<failIfNoMatch>true</failIfNoMatch>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@@ -41,8 +41,8 @@
|
||||
<configuration>
|
||||
<name>rm.module.version</name>
|
||||
<value>${project.version}</value>
|
||||
<regex>(\d+)\.(\d+).(\d+).*</regex>
|
||||
<replacement>$1.$2.$3</replacement>
|
||||
<regex>([0-9\.]*[0-9]).*</regex>
|
||||
<replacement>$1</replacement>
|
||||
<failIfNoMatch>true</failIfNoMatch>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
Reference in New Issue
Block a user