Skip to content

Commit

Permalink
Merge pull request #6 from rgbj/travis-release-tuning
Browse files Browse the repository at this point in the history
Travis release tuning
  • Loading branch information
Olivier Chédru authored Oct 24, 2016
2 parents 5b71e59 + 28692f6 commit 24b356a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: java
jdk: oraclejdk8
install: true
script: bash -ex .travis/script.sh
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.dhatim.io.dropwizard</groupId>
<artifactId>dropwizard-metrics-elasticsearch</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>0-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Dropwizard Metrics Support for Elastic Search</description>
Expand Down Expand Up @@ -96,7 +96,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 24b356a

Please sign in to comment.