Skip to content

Commit

Permalink
#25 use '@' instead of '$' as per documentation recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
kasramp committed Apr 29, 2023
1 parent c15e2a2 commit 26ef04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<connection>scm:git:https://github.com/kasramp/Eris.git</connection>
<developerConnection>scm:git:https://github.com/kasramp/Eris.git</developerConnection>
<url>https://github.com/kasramp/Eris</url>
<tag>-BETA-</tag>
<tag>eris-0.2.0</tag>
</scm>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion util/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$LAST_COMMIT" != *"maven-release-plugin"* ]; then
git symbolic-ref HEAD refs/heads/$(git branch --show-current)
git symbolic-ref HEAD
if [ $(git branch --show-current) == "develop" ]; then
mvn -B clean release:clean release:prepare release:perform -Dusername=$USERNAME -Dpassword=$TOKEN -DtagNameFormat='${artifactId}-beta-${version}' -Darguments="-Dmaven.deploy.skip=true"
mvn -B clean release:clean release:prepare release:perform -Dusername=$USERNAME -Dpassword=$TOKEN -DtagNameFormat=@{artifactId}-beta-@{version} -Darguments="-Dmaven.deploy.skip=true"
else
mvn -B clean release:clean release:prepare release:perform -Dusername=$USERNAME -Dpassword=$TOKEN -Darguments="-Dmaven.deploy.skip=true"
fi
Expand Down

0 comments on commit 26ef04a

Please sign in to comment.