File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ after_success:
2626 - docker push mgramin/sql-boot
2727
2828before_deploy :
29- - export TRAVIS_TAG=v0.3 .0
29+ - export TRAVIS_TAG=v0.4 .0
3030 - git tag $TRAVIS_TAG --force
3131
3232deploy :
@@ -35,9 +35,9 @@ deploy:
3535 api_key : $GITHUB_TOKEN
3636 file :
3737 - target/sql-boot.zip
38- - target/rpm/sql-boot/RPMS/noarch/sql-boot-0.3 .0-1.noarch.rpm
38+ - target/rpm/sql-boot/RPMS/noarch/sql-boot-0.4 .0-1.noarch.rpm
3939 skip_cleanup : true
40- name : v0.3 .0
40+ name : v0.4 .0
4141 overwrite : true
4242 on :
4343 tags : false
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.3 .0</version >
33+ <version >0.4 .0</version >
3434 <packaging >jar</packaging >
3535
3636 <name >sql-boot</name >
528528 <groupname >sql-boot-group</groupname >
529529 <sources >
530530 <source >
531- <location >target/sql-boot-0.3 .0.jar</location >
531+ <location >target/sql-boot-0.4 .0.jar</location >
532532 <destination >sql-boot.jar</destination >
533533 </source >
534534 </sources >
Original file line number Diff line number Diff line change 4040 <includeBaseDirectory >false</includeBaseDirectory >
4141 <files >
4242 <file >
43- <source >target/sql-boot-0.3 .0.jar</source >
43+ <source >target/sql-boot-0.4 .0.jar</source >
4444 <destName >sql-boot.jar</destName >
4545 <fileMode >0764</fileMode >
4646 </file >
You can’t perform that action at this time.
0 commit comments