Skip to content

Commit 24b356a

Browse files
author
Olivier Chédru
authored
Merge pull request #6 from rgbj/travis-release-tuning
Travis release tuning
2 parents 5b71e59 + 28692f6 commit 24b356a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: java
22
jdk: oraclejdk8
3+
install: true
34
script: bash -ex .travis/script.sh

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.dhatim.io.dropwizard</groupId>
66
<artifactId>dropwizard-metrics-elasticsearch</artifactId>
7-
<version>1.0.8-SNAPSHOT</version>
7+
<version>0-SNAPSHOT</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Dropwizard Metrics Support for Elastic Search</description>
@@ -96,7 +96,7 @@
9696
<extensions>true</extensions>
9797
<configuration>
9898
<serverId>ossrh</serverId>
99-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
99+
<nexusUrl>https://oss.sonatype.org</nexusUrl>
100100
<autoReleaseAfterClose>true</autoReleaseAfterClose>
101101
</configuration>
102102
</plugin>

0 commit comments

Comments
 (0)