Skip to content

Commit

Permalink
Updated for 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Feb 23, 2018
1 parent e523d0c commit 2e2fcb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metrics2-riemann-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>riemann-java-client-parent</artifactId>
<groupId>io.riemann</groupId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion metrics3-riemann-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>riemann-java-client-parent</artifactId>
<groupId>io.riemann</groupId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.riemann</groupId>
<artifactId>riemann-java-client-parent</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
<modules>
<module>riemann-java-client</module>
<module>metrics2-riemann-reporter</module>
Expand All @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -118,7 +118,7 @@
com.yammer.metrics.reporting;-noimport:=true
</Export-Package>
<Import-Package>
com.codahale.metrics;version="[3.0,4)";resolution:="optional",
io.dropwizard.metrics;version="[3.1,5)";resolution:="optional",
com.yammer.metrics;resolution:="optional",
com.yammer.metrics.core;resolution:="optional",
com.yammer.metrics.stats;resolution:="optional",
Expand Down
2 changes: 1 addition & 1 deletion riemann-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>riemann-java-client-parent</artifactId>
<groupId>io.riemann</groupId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 2e2fcb2

Please sign in to comment.