Skip to content

Commit

Permalink
updated jar name/deploy on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
samik-saha committed Dec 15, 2018
1 parent 9c3b1a1 commit 77e32bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ deploy:
file: target/*.jar
skip_cleanup: true
draft: true
on:
tags: true
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ml.samik</groupId>
<artifactId>infa-s2t-gen</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-beta</version>
<build>
<sourceDirectory>src/main</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
Expand Down Expand Up @@ -48,6 +48,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 77e32bc

Please sign in to comment.