We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302d1fb commit 12ce13dCopy full SHA for 12ce13d
pom.xml
@@ -679,7 +679,7 @@
679
<exportAntProperties>true</exportAntProperties>
680
<target>
681
<condition property="project.packageVersion" value="${build.closest.tag.name}.${maven.build.timestamp}~${build.commit.id.abbrev}" else="99.master.${maven.build.timestamp}~${build.commit.id.abbrev}">
682
- <matches string="${build.branch}" pattern="\d{2}\.\d\.x$" />
+ <matches string="${build.branch}" pattern="\d+\.\d\.x$" />
683
</condition>
684
</target>
685
</configuration>
0 commit comments