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:
26
26
- docker push mgramin/sql-boot
27
27
28
28
before_deploy :
29
- - export TRAVIS_TAG=v0.5.0
29
+ - export TRAVIS_TAG=v0.5.1
30
30
- git tag $TRAVIS_TAG --force
31
31
32
32
deploy :
@@ -35,9 +35,9 @@ deploy:
35
35
api_key : $GITHUB_TOKEN
36
36
file :
37
37
- target/sql-boot.zip
38
- - target/rpm/sql-boot/RPMS/noarch/sql-boot-0.5.0 -1.noarch.rpm
38
+ - target/rpm/sql-boot/RPMS/noarch/sql-boot-0.5.1 -1.noarch.rpm
39
39
skip_cleanup : true
40
- name : v0.5.0
40
+ name : v0.5.1
41
41
overwrite : true
42
42
on :
43
43
tags : false
Original file line number Diff line number Diff line change 30
30
31
31
<groupId >com.github.mgramin.com.github.mgramin.sqlboot</groupId >
32
32
<artifactId >sql-boot</artifactId >
33
- <version >0.5.0 </version >
33
+ <version >0.5.1 </version >
34
34
<packaging >jar</packaging >
35
35
36
36
<name >sql-boot</name >
528
528
<groupname >sql-boot-group</groupname >
529
529
<sources >
530
530
<source >
531
- <location >target/sql-boot-0.5.0 .jar</location >
531
+ <location >target/sql-boot-0.5.1 .jar</location >
532
532
<destination >sql-boot.jar</destination >
533
533
</source >
534
534
</sources >
Original file line number Diff line number Diff line change 40
40
<includeBaseDirectory >false</includeBaseDirectory >
41
41
<files >
42
42
<file >
43
- <source >target/sql-boot-0.5.0 .jar</source >
43
+ <source >target/sql-boot-0.5.1 .jar</source >
44
44
<destName >sql-boot.jar</destName >
45
45
<fileMode >0764</fileMode >
46
46
</file >
You can’t perform that action at this time.
0 commit comments