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 be934f3 commit c8d1040Copy full SHA for c8d1040
Makefile
@@ -43,7 +43,6 @@ version:
43
&& git add VERSION \
44
&& mvn versions:set -DnewVersion=$${newVersion} \
45
&& mvn versions:commit \
46
- && sed -i '' 's/<tag>HEAD<\/tag>/<tag>$${newVersion}<\/tag>/' pom.xml \
47
&& git commit -a -m "Release $${newVersion}" > /dev/null \
48
&& git tag "$${newVersion}" \
49
&& echo "Bumped version to $${newVersion}" \
pom.xml
@@ -431,7 +431,7 @@
431
<url>https://github.com/wechaty/scala-wechaty</url>
432
<connection>scm:git:ssh://github.com/wechaty/scala-wechaty.git</connection>
433
<developerConnection>scm:git:ssh://[email protected]/wechaty/scala-wechaty.git</developerConnection>
434
- <tag>${newVersion}</tag>
+ <tag>HEAD</tag>
435
</scm>
436
<properties>
437
<encoding>UTF-8</encoding>
0 commit comments