diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 5712e28d7..899856eab 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -44,7 +44,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 com.codahale.metrics diff --git a/pom.xml b/pom.xml index 80180cd39..13e137f5f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 org.sonatype.oss @@ -31,7 +31,7 @@ scm:git:git@github.com:prometheus/client_java.git scm:git:git@github.com:prometheus/client_java.git git@github.com:prometheus/client_java.git - HEAD + parent-0.0.23 diff --git a/simpleclient/pom.xml b/simpleclient/pom.xml index 5532607e4..5f70cf31b 100644 --- a/simpleclient/pom.xml +++ b/simpleclient/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus diff --git a/simpleclient_caffeine/pom.xml b/simpleclient_caffeine/pom.xml index 87497dcf0..07f528c18 100644 --- a/simpleclient_caffeine/pom.xml +++ b/simpleclient_caffeine/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,7 +37,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 com.github.ben-manes.caffeine diff --git a/simpleclient_common/pom.xml b/simpleclient_common/pom.xml index 549e0868c..e6617fe33 100644 --- a/simpleclient_common/pom.xml +++ b/simpleclient_common/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,7 +37,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 diff --git a/simpleclient_dropwizard/pom.xml b/simpleclient_dropwizard/pom.xml index 259164fd8..682ac8cd6 100644 --- a/simpleclient_dropwizard/pom.xml +++ b/simpleclient_dropwizard/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -35,7 +35,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.dropwizard.metrics diff --git a/simpleclient_graphite_bridge/pom.xml b/simpleclient_graphite_bridge/pom.xml index d936c5bdc..ab02d9126 100644 --- a/simpleclient_graphite_bridge/pom.xml +++ b/simpleclient_graphite_bridge/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -38,7 +38,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 diff --git a/simpleclient_guava/pom.xml b/simpleclient_guava/pom.xml index 992f84af1..1032aeb07 100644 --- a/simpleclient_guava/pom.xml +++ b/simpleclient_guava/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,7 +37,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 com.google.guava diff --git a/simpleclient_hibernate/pom.xml b/simpleclient_hibernate/pom.xml index 809217ce5..d70b7d9a3 100644 --- a/simpleclient_hibernate/pom.xml +++ b/simpleclient_hibernate/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -38,7 +38,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 diff --git a/simpleclient_hotspot/pom.xml b/simpleclient_hotspot/pom.xml index 6c9dd421f..d44868c1d 100644 --- a/simpleclient_hotspot/pom.xml +++ b/simpleclient_hotspot/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,14 +37,14 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_servlet - 0.0.23-SNAPSHOT + 0.0.23 test diff --git a/simpleclient_jetty/pom.xml b/simpleclient_jetty/pom.xml index 2772dcc4e..504b99cab 100644 --- a/simpleclient_jetty/pom.xml +++ b/simpleclient_jetty/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -35,7 +35,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 org.eclipse.jetty diff --git a/simpleclient_log4j/pom.xml b/simpleclient_log4j/pom.xml index e613099bb..5daabbb61 100644 --- a/simpleclient_log4j/pom.xml +++ b/simpleclient_log4j/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,7 +37,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 log4j diff --git a/simpleclient_log4j2/pom.xml b/simpleclient_log4j2/pom.xml index fa2228bb9..637d8e28a 100644 --- a/simpleclient_log4j2/pom.xml +++ b/simpleclient_log4j2/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,7 +37,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 org.apache.logging.log4j diff --git a/simpleclient_logback/pom.xml b/simpleclient_logback/pom.xml index 5278eea8e..02cba80de 100644 --- a/simpleclient_logback/pom.xml +++ b/simpleclient_logback/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -37,7 +37,7 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 ch.qos.logback diff --git a/simpleclient_pushgateway/pom.xml b/simpleclient_pushgateway/pom.xml index 8aa39eca6..1efd441d2 100644 --- a/simpleclient_pushgateway/pom.xml +++ b/simpleclient_pushgateway/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -38,12 +38,12 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_common - 0.0.23-SNAPSHOT + 0.0.23 diff --git a/simpleclient_servlet/pom.xml b/simpleclient_servlet/pom.xml index 431d842fd..46f39521b 100644 --- a/simpleclient_servlet/pom.xml +++ b/simpleclient_servlet/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -41,12 +41,12 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_common - 0.0.23-SNAPSHOT + 0.0.23 javax.servlet diff --git a/simpleclient_spring_boot/pom.xml b/simpleclient_spring_boot/pom.xml index 0e31ba24f..7f2b641a6 100644 --- a/simpleclient_spring_boot/pom.xml +++ b/simpleclient_spring_boot/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -52,17 +52,17 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_common - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_spring_web - 0.0.23-SNAPSHOT + 0.0.23 org.springframework.boot diff --git a/simpleclient_spring_web/pom.xml b/simpleclient_spring_web/pom.xml index 90708c71e..476ee50a3 100644 --- a/simpleclient_spring_web/pom.xml +++ b/simpleclient_spring_web/pom.xml @@ -5,7 +5,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 simpleclient_spring_web @@ -51,12 +51,12 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_common - 0.0.23-SNAPSHOT + 0.0.23 org.springframework diff --git a/simpleclient_vertx/pom.xml b/simpleclient_vertx/pom.xml index f16d51617..f65ebbbc5 100644 --- a/simpleclient_vertx/pom.xml +++ b/simpleclient_vertx/pom.xml @@ -17,7 +17,7 @@ io.prometheus parent - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus @@ -53,12 +53,12 @@ io.prometheus simpleclient - 0.0.23-SNAPSHOT + 0.0.23 io.prometheus simpleclient_common - 0.0.23-SNAPSHOT + 0.0.23 io.vertx