File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ after_script:
2424before_deploy :
2525 - git config --global user.email "builds@travis-ci.com"
2626 - git config --global user.name "Travis CI"
27- - export GIT_TAG=$TRAVIS_BRANCH-0.7 .$TRAVIS_BUILD_NUMBER
27+ - export GIT_TAG=$TRAVIS_BRANCH-1.0 .$TRAVIS_BUILD_NUMBER
2828 - git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
2929 - git push -q https://$GITPERM@github.com/ProgrammingLife3/ProgrammingLife3 --tags
3030 - ls -R
3131deploy :
3232 skip_cleanup : true
3333 provider : releases
3434 api_key : $GITPERM
35- file : target/Helix2-0.7 -jar-with-dependencies.jar
35+ file : target/Helix2-1.0 -jar-with-dependencies.jar
3636 on :
3737 tags : false
3838 branch : master
Original file line number Diff line number Diff line change 44 <groupId >tudelft.ti2806.pl3</groupId >
55 <artifactId >Helix2</artifactId >
66 <packaging >jar</packaging >
7- <version >0.7 </version >
7+ <version >1.0 </version >
88 <name >app</name >
99 <url >http://maven.apache.org</url >
1010 <properties >
You can’t perform that action at this time.
0 commit comments