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:
24
24
before_deploy :
25
25
-
git config --global user.email "[email protected] "
26
26
- 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
28
28
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
29
29
-
git push -q https://[email protected] /ProgrammingLife3/ProgrammingLife3 --tags
30
30
- ls -R
31
31
deploy :
32
32
skip_cleanup : true
33
33
provider : releases
34
34
api_key : $GITPERM
35
- file : target/Helix2-0.7 -jar-with-dependencies.jar
35
+ file : target/Helix2-1.0 -jar-with-dependencies.jar
36
36
on :
37
37
tags : false
38
38
branch : master
Original file line number Diff line number Diff line change 4
4
<groupId >tudelft.ti2806.pl3</groupId >
5
5
<artifactId >Helix2</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.7 </version >
7
+ <version >1.0 </version >
8
8
<name >app</name >
9
9
<url >http://maven.apache.org</url >
10
10
<properties >
You can’t perform that action at this time.
0 commit comments