Skip to content

Commit e113f05

Browse files
committed
Bump version
1 parent 79973fa commit e113f05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ after_script:
2424
before_deploy:
2525
- git config --global user.email "[email protected]"
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://[email protected]/ProgrammingLife3/ProgrammingLife3 --tags
3030
- ls -R
3131
deploy:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)