Skip to content

Commit cb78f79

Browse files
committed
1 parent 9a29e90 commit cb78f79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ after_success:
2222
- docker push mgramin/sql-boot
2323

2424
before_deploy:
25-
- export TRAVIS_TAG=v0.2.0
25+
- export TRAVIS_TAG=v0.3.0
2626
- git tag $TRAVIS_TAG --force
2727

2828
deploy:
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

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version>
33+
<version>0.3.0-SNAPSHOT</version>
3434
<packaging>jar</packaging>
3535

3636
<name>sql-boot</name>

src/main/assembly/assembly.xml

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

0 commit comments

Comments
 (0)