Skip to content

Commit 6045886

Browse files
committed
test: fix illegal describeTagPattern in test config
1 parent acfe342 commit 6045886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/testProjects/multiModuleProject/.mvn/maven-git-versioning-extension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="https://github.com/qoomon/maven-git-versioning-extension https://qoomon.github.io/maven-git-versioning-extension/configuration-7.0.0.xsd">
44

5-
<describeTagPattern><![CDATA[v(?<version>.*)]]></describeTagPattern>
5+
66

77
<refs>
88

0 commit comments

Comments
 (0)