File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ version:
43
43
&& git add VERSION \
44
44
&& mvn versions :set -DnewVersion=$${newVersion} \
45
45
&& mvn versions :commit \
46
- && sed -i '' 's/<tag>HEAD<\/tag>/<tag>$${newVersion}<\/tag>/' pom.xml \
47
46
&& git commit -a -m " Release $$ {newVersion}" > /dev/null \
48
47
&& git tag " $$ {newVersion}" \
49
48
&& echo " Bumped version to $$ {newVersion}" \
Original file line number Diff line number Diff line change 431
431
<url >https://github.com/wechaty/scala-wechaty</url >
432
432
<connection >scm:git:ssh://github.com/wechaty/scala-wechaty.git</connection >
433
433
<
developerConnection >scm:git:ssh://
[email protected] /wechaty/scala-wechaty.git</
developerConnection >
434
- <tag >${newVersion} </tag >
434
+ <tag >HEAD </tag >
435
435
</scm >
436
436
<properties >
437
437
<encoding >UTF-8</encoding >
You can’t perform that action at this time.
0 commit comments