diff --git a/legacy-usage.md b/legacy-usage.md index 5300b231..a184678d 100644 --- a/legacy-usage.md +++ b/legacy-usage.md @@ -13,7 +13,7 @@ If you're using Maven, add the following to your project's `pom.xml` file. com.signalfx.public signalfx-codahale - 1.0.35 + 1.0.36 ``` @@ -23,7 +23,7 @@ If you're using Maven, add the following to your project's `pom.xml` file. com.signalfx.public signalfx-yammer - 1.0.35 + 1.0.36 ``` @@ -34,13 +34,13 @@ If you're using SBT, add the following to your project's `build.sbt` file. * To work with Codahale 3.0.x: ``` -libraryDependencies += "com.signalfx.public" % "signalfx-codahale" % "1.0.35" +libraryDependencies += "com.signalfx.public" % "signalfx-codahale" % "1.0.36" ``` * To work with Yammer Metrics 2.0.x: ``` -libraryDependencies += "com.signalfx.public" % "signalfx-yammer" % "1.0.35" +libraryDependencies += "com.signalfx.public" % "signalfx-yammer" % "1.0.36" ``` ## From source diff --git a/pom.xml b/pom.xml index e528b056..99d83eae 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.signalfx.public clients-parent SignalFx parent - 1.0.36-SNAPSHOT + 1.0.36 pom @@ -105,27 +105,27 @@ com.signalfx.public signalfx-protoc - 1.0.36-SNAPSHOT + 1.0.36 com.signalfx.public signalfx-codahale - 1.0.36-SNAPSHOT + 1.0.36 com.signalfx.public signalfx-yammer - 1.0.36-SNAPSHOT + 1.0.36 com.signalfx.public signalfx-commons-protoc-java - 1.0.36-SNAPSHOT + 1.0.36 com.signalfx.public signalfx-java - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-codahale/pom.xml b/signalfx-codahale/pom.xml index 7a313b0f..c2a80c03 100644 --- a/signalfx-codahale/pom.xml +++ b/signalfx-codahale/pom.xml @@ -7,7 +7,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 signalfx-codahale diff --git a/signalfx-commons-protoc-java/pom.xml b/signalfx-commons-protoc-java/pom.xml index 27c17cf8..5c41e69b 100644 --- a/signalfx-commons-protoc-java/pom.xml +++ b/signalfx-commons-protoc-java/pom.xml @@ -6,7 +6,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-connection/pom.xml b/signalfx-connection/pom.xml index b5701e9b..5eeb5fca 100644 --- a/signalfx-connection/pom.xml +++ b/signalfx-connection/pom.xml @@ -7,7 +7,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-connection/src/main/java/com/signalfx/connection/AbstractHttpReceiverConnection.java b/signalfx-connection/src/main/java/com/signalfx/connection/AbstractHttpReceiverConnection.java index c2ec6ccd..e09af9ea 100644 --- a/signalfx-connection/src/main/java/com/signalfx/connection/AbstractHttpReceiverConnection.java +++ b/signalfx-connection/src/main/java/com/signalfx/connection/AbstractHttpReceiverConnection.java @@ -29,7 +29,7 @@ public abstract class AbstractHttpReceiverConnection { protected static final Logger log = LoggerFactory.getLogger(AbstractHttpReceiverConnection.class); // Do not modify this line. It is auto replaced to a version number. - public static final String VERSION_NUMBER = "1.0.36-SNAPSHOT"; + public static final String VERSION_NUMBER = "1.0.36"; public static final String USER_AGENT = "SignalFx-java-client/" + VERSION_NUMBER; public static final String DISABLE_COMPRESSION_PROPERTY = "com.signalfx.public.java.disableHttpCompression"; diff --git a/signalfx-endpoint/pom.xml b/signalfx-endpoint/pom.xml index 5d1af4bf..9edd0b43 100644 --- a/signalfx-endpoint/pom.xml +++ b/signalfx-endpoint/pom.xml @@ -7,7 +7,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-java-examples/pom.xml b/signalfx-java-examples/pom.xml index a43eec7e..de766bfe 100644 --- a/signalfx-java-examples/pom.xml +++ b/signalfx-java-examples/pom.xml @@ -4,7 +4,7 @@ com.signalfx.example signalfx.example - 1.0.36-SNAPSHOT + 1.0.36 jar SignalFx client library examples diff --git a/signalfx-java/pom.xml b/signalfx-java/pom.xml index 06878301..86da86bf 100644 --- a/signalfx-java/pom.xml +++ b/signalfx-java/pom.xml @@ -6,7 +6,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 signalfx-java diff --git a/signalfx-metrics/pom.xml b/signalfx-metrics/pom.xml index 64d3c753..8c3579f7 100644 --- a/signalfx-metrics/pom.xml +++ b/signalfx-metrics/pom.xml @@ -6,7 +6,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-protoc/pom.xml b/signalfx-protoc/pom.xml index 8a723eef..09ecde1b 100644 --- a/signalfx-protoc/pom.xml +++ b/signalfx-protoc/pom.xml @@ -6,7 +6,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-signalflow/pom.xml b/signalfx-signalflow/pom.xml index 663a7a13..7c063d62 100644 --- a/signalfx-signalflow/pom.xml +++ b/signalfx-signalflow/pom.xml @@ -7,7 +7,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 diff --git a/signalfx-yammer/pom.xml b/signalfx-yammer/pom.xml index 4f264baa..9b673b20 100644 --- a/signalfx-yammer/pom.xml +++ b/signalfx-yammer/pom.xml @@ -7,7 +7,7 @@ com.signalfx.public clients-parent - 1.0.36-SNAPSHOT + 1.0.36 signalfx-yammer