Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Apr 24, 2019
1 parent 9a29e90 commit cb78f79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ after_success:
- docker push mgramin/sql-boot

before_deploy:
- export TRAVIS_TAG=v0.2.0
- export TRAVIS_TAG=v0.3.0
- git tag $TRAVIS_TAG --force

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: target/sql-boot.zip
skip_cleanup: true
name: v0.2.0
name: v0.3.0
overwrite: true
on:
all_branches: true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>com.github.mgramin.com.github.mgramin.sqlboot</groupId>
<artifactId>sql-boot</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>sql-boot</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</fileSets>
<files>
<file>
<source>target/sql-boot-0.2.0-SNAPSHOT.jar</source>
<source>target/sql-boot-0.3.0-SNAPSHOT.jar</source>
<destName>sql-boot.jar</destName>
<fileMode>0764</fileMode>
</file>
Expand Down

0 comments on commit cb78f79

Please sign in to comment.