File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ after_success:
2222 - docker push mgramin/sql-boot
2323
2424before_deploy :
25- - export TRAVIS_TAG=v0.2 .0
25+ - export TRAVIS_TAG=v0.3 .0
2626 - git tag $TRAVIS_TAG --force
2727
2828deploy :
2929 provider : releases
3030 api_key : $GITHUB_TOKEN
3131 file : target/sql-boot.zip
3232 skip_cleanup : true
33- name : v0.2 .0
33+ name : v0.3 .0
3434 overwrite : true
3535 on :
3636 all_branches : true
Original file line number Diff line number Diff line change 3030
3131 <groupId >com.github.mgramin.com.github.mgramin.sqlboot</groupId >
3232 <artifactId >sql-boot</artifactId >
33- <version >0.2 .0-SNAPSHOT</version >
33+ <version >0.3 .0-SNAPSHOT</version >
3434 <packaging >jar</packaging >
3535
3636 <name >sql-boot</name >
Original file line number Diff line number Diff line change 4141 </fileSets >
4242 <files >
4343 <file >
44- <source >target/sql-boot-0.2 .0-SNAPSHOT.jar</source >
44+ <source >target/sql-boot-0.3 .0-SNAPSHOT.jar</source >
4545 <destName >sql-boot.jar</destName >
4646 <fileMode >0764</fileMode >
4747 </file >
You can’t perform that action at this time.
0 commit comments