Skip to content

Commit

Permalink
Finetune release
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 3, 2024
1 parent e1925ef commit 9cfabe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release:
mvn release:prepare release:perform -Dgoals=deploy release:clean
mvn release:clean release:prepare release:perform -Dgoals=deploy release:clean
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<version>3.1.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>v${project.version}</tagNameFormat>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 9cfabe2

Please sign in to comment.