Skip to content

Commit 32ae848

Browse files
committed
Fix ant script auto version
1 parent 9444350 commit 32ae848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<exec executable="git" outputproperty="package.versionname">
1919
<arg value="describe"/>
20-
<arg value='--match=${package.name}-*'/>
2120
<arg value="--tags"/>
2221
<arg value="--dirty"/>
2322
<arg value="--always"/>

0 commit comments

Comments
 (0)