Skip to content

Commit

Permalink
Release: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kilding committed Nov 23, 2018
1 parent e5f7709 commit 40c3bff
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 @@ -11,6 +11,6 @@ after_success: bash <(curl -s https://codecov.io/bash)
deploy:
provider: script
skip_cleanup: true
script: echo $GPG_SECRET_KEYS | base64 --decode | gpg --import && mvn -B -s .settings.xml verify gpg:sign deploy:deploy
script: echo $GPG_SECRET_KEYS | base64 --decode | gpg --import && mvn -B -s .settings.xml clean package gpg:sign deploy:deploy
on:
tags: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.loadtest4j.reporters</groupId>
<artifactId>loadtest4j-logger</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>

<name>${project.artifactId}</name>
<url>https://github.com/loadtest4j/loadtest4j-reporter-logger</url>
Expand Down

0 comments on commit 40c3bff

Please sign in to comment.