Skip to content

Commit

Permalink
#251: Change project version during @rultor "deploy" task
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Apr 14, 2019
1 parent b6e499c commit a137cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ assets:

merge:
env:
MAVEN_OPTS: "-XX:MaxPermSize=256m -Xmx512m"
MAVEN_OPTS: "-XX:MaxPermSize=256m -Xmx512m"
script:
- mvn -Pqulice clean package

deploy:
script: |
echo "Deploy shaded *.jar to the GitHub: ${tag}"
mvn versions:set "-DnewVersion=$tag"
mvn -V -P github -s ../settings.xml deploy
release:
Expand Down

0 comments on commit a137cc2

Please sign in to comment.