Skip to content

Commit

Permalink
Update .travis.yml and pom.xml with newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
travispessetto committed May 31, 2018
1 parent 00c02d6 commit 9c6093f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
deploy:
provider: releases
file:
- "target/origami.jar"
- "target/OrigamiSMTP-1.0.3-SNAPSHOT.jar"
skip_cleanup: true
on:
tags: on
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pessetto.origamismtp</groupId>
<artifactId>OrigamiSMTP</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<name>Origami SMTP</name>
<description>
A TLS Enabled Fake SMTP Server for Development https://travispessetto.github.io/OrigamiSMTP
Expand Down

0 comments on commit 9c6093f

Please sign in to comment.