Skip to content

Commit 12ce13d

Browse files
committed
fix: detect changes with a + instead of two digits
1 parent 302d1fb commit 12ce13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
<exportAntProperties>true</exportAntProperties>
680680
<target>
681681
<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$" />
682+
<matches string="${build.branch}" pattern="\d+\.\d\.x$" />
683683
</condition>
684684
</target>
685685
</configuration>

0 commit comments

Comments
 (0)