Skip to content

Commit c8d1040

Browse files
committed
remove sed command
1 parent be934f3 commit c8d1040

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ version:
4343
&& git add VERSION \
4444
&& mvn versions:set -DnewVersion=$${newVersion} \
4545
&& mvn versions:commit \
46-
&& sed -i '' 's/<tag>HEAD<\/tag>/<tag>$${newVersion}<\/tag>/' pom.xml \
4746
&& git commit -a -m "Release $${newVersion}" > /dev/null \
4847
&& git tag "$${newVersion}" \
4948
&& echo "Bumped version to $${newVersion}" \

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<url>https://github.com/wechaty/scala-wechaty</url>
432432
<connection>scm:git:ssh://github.com/wechaty/scala-wechaty.git</connection>
433433
<developerConnection>scm:git:ssh://[email protected]/wechaty/scala-wechaty.git</developerConnection>
434-
<tag>${newVersion}</tag>
434+
<tag>HEAD</tag>
435435
</scm>
436436
<properties>
437437
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)