KEYCLOAK-9793 Fix regex for build-helper-maven-plugin
This commit is contained in:
parent
429863e83b
commit
4e09794e80
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -1663,7 +1663,7 @@
|
|||
<configuration>
|
||||
<name>product.filename.version</name>
|
||||
<value>${product.rhsso.version}</value>
|
||||
<regex>^(\d+\.\d+).*$</regex>
|
||||
<regex>^(\d+(\.\d+)?).*?$</regex>
|
||||
<replacement>$1</replacement>
|
||||
<failIfNoMatch>true</failIfNoMatch>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue