Skip to content

Commit 0d8d598

Browse files
committed
1 parent 2a6bd6b commit 0d8d598

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ after_success:
2626
- docker push mgramin/sql-boot
2727

2828
before_deploy:
29-
- export TRAVIS_TAG=v0.5.0
29+
- export TRAVIS_TAG=v0.5.1
3030
- git tag $TRAVIS_TAG --force
3131

3232
deploy:
@@ -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.5.0-1.noarch.rpm
38+
- target/rpm/sql-boot/RPMS/noarch/sql-boot-0.5.1-1.noarch.rpm
3939
skip_cleanup: true
40-
name: v0.5.0
40+
name: v0.5.1
4141
overwrite: true
4242
on:
4343
tags: false

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>com.github.mgramin.com.github.mgramin.sqlboot</groupId>
3232
<artifactId>sql-boot</artifactId>
33-
<version>0.5.0</version>
33+
<version>0.5.1</version>
3434
<packaging>jar</packaging>
3535

3636
<name>sql-boot</name>
@@ -528,7 +528,7 @@
528528
<groupname>sql-boot-group</groupname>
529529
<sources>
530530
<source>
531-
<location>target/sql-boot-0.5.0.jar</location>
531+
<location>target/sql-boot-0.5.1.jar</location>
532532
<destination>sql-boot.jar</destination>
533533
</source>
534534
</sources>

src/main/assembly/assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<includeBaseDirectory>false</includeBaseDirectory>
4141
<files>
4242
<file>
43-
<source>target/sql-boot-0.5.0.jar</source>
43+
<source>target/sql-boot-0.5.1.jar</source>
4444
<destName>sql-boot.jar</destName>
4545
<fileMode>0764</fileMode>
4646
</file>

0 commit comments

Comments
 (0)