From ff7a9a5c90900a77b7e7a8d87e27827b7653d23d Mon Sep 17 00:00:00 2001 From: Ryan Tenney Date: Tue, 11 Feb 2014 23:40:21 -0500 Subject: [PATCH] [maven-release-plugin] prepare release v3.0.2 --- metrics-annotation/pom.xml | 2 +- metrics-benchmarks/pom.xml | 2 +- metrics-core/pom.xml | 2 +- metrics-ehcache/pom.xml | 2 +- metrics-ganglia/pom.xml | 2 +- metrics-graphite/pom.xml | 2 +- metrics-healthchecks/pom.xml | 2 +- metrics-httpclient/pom.xml | 2 +- metrics-jdbi/pom.xml | 2 +- metrics-jersey/pom.xml | 2 +- metrics-jetty8/pom.xml | 2 +- metrics-jetty9/pom.xml | 2 +- metrics-json/pom.xml | 2 +- metrics-jvm/pom.xml | 2 +- metrics-log4j/pom.xml | 2 +- metrics-logback/pom.xml | 2 +- metrics-servlet/pom.xml | 2 +- metrics-servlets/pom.xml | 2 +- pom.xml | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/metrics-annotation/pom.xml b/metrics-annotation/pom.xml index d4902c70bc..abfc91c6d6 100644 --- a/metrics-annotation/pom.xml +++ b/metrics-annotation/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-annotation diff --git a/metrics-benchmarks/pom.xml b/metrics-benchmarks/pom.xml index dc5c01c93f..7c9d0ebbc1 100644 --- a/metrics-benchmarks/pom.xml +++ b/metrics-benchmarks/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-benchmarks diff --git a/metrics-core/pom.xml b/metrics-core/pom.xml index a89f91279e..6a9785b9fc 100644 --- a/metrics-core/pom.xml +++ b/metrics-core/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-core diff --git a/metrics-ehcache/pom.xml b/metrics-ehcache/pom.xml index 5183ee4ece..18e86e18cd 100644 --- a/metrics-ehcache/pom.xml +++ b/metrics-ehcache/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-ehcache diff --git a/metrics-ganglia/pom.xml b/metrics-ganglia/pom.xml index cf49ef3278..a1ee150178 100644 --- a/metrics-ganglia/pom.xml +++ b/metrics-ganglia/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-ganglia diff --git a/metrics-graphite/pom.xml b/metrics-graphite/pom.xml index 381b029bb8..e3a667a0a9 100644 --- a/metrics-graphite/pom.xml +++ b/metrics-graphite/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-graphite diff --git a/metrics-healthchecks/pom.xml b/metrics-healthchecks/pom.xml index 858909d870..29a6b1e6d1 100644 --- a/metrics-healthchecks/pom.xml +++ b/metrics-healthchecks/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-healthchecks diff --git a/metrics-httpclient/pom.xml b/metrics-httpclient/pom.xml index 846888cd19..76f764bc7f 100644 --- a/metrics-httpclient/pom.xml +++ b/metrics-httpclient/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-httpclient diff --git a/metrics-jdbi/pom.xml b/metrics-jdbi/pom.xml index 1c79b493ec..c04f231e52 100644 --- a/metrics-jdbi/pom.xml +++ b/metrics-jdbi/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-jdbi diff --git a/metrics-jersey/pom.xml b/metrics-jersey/pom.xml index 4310f220eb..cab29a0a53 100644 --- a/metrics-jersey/pom.xml +++ b/metrics-jersey/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-jersey diff --git a/metrics-jetty8/pom.xml b/metrics-jetty8/pom.xml index 906ec2d4ee..b212cb44f5 100644 --- a/metrics-jetty8/pom.xml +++ b/metrics-jetty8/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-jetty8 diff --git a/metrics-jetty9/pom.xml b/metrics-jetty9/pom.xml index cf9ce1da53..3ca270a9a9 100644 --- a/metrics-jetty9/pom.xml +++ b/metrics-jetty9/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-jetty9 diff --git a/metrics-json/pom.xml b/metrics-json/pom.xml index cfe2bff0db..3e1e23e8c4 100644 --- a/metrics-json/pom.xml +++ b/metrics-json/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-json diff --git a/metrics-jvm/pom.xml b/metrics-jvm/pom.xml index 0606d02383..84801679f3 100644 --- a/metrics-jvm/pom.xml +++ b/metrics-jvm/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-jvm diff --git a/metrics-log4j/pom.xml b/metrics-log4j/pom.xml index 43c9d2b540..aef7bc4113 100644 --- a/metrics-log4j/pom.xml +++ b/metrics-log4j/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-log4j diff --git a/metrics-logback/pom.xml b/metrics-logback/pom.xml index 1a021bfda6..f0a57bbcad 100644 --- a/metrics-logback/pom.xml +++ b/metrics-logback/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-logback diff --git a/metrics-servlet/pom.xml b/metrics-servlet/pom.xml index 48129e8212..c618884ca4 100644 --- a/metrics-servlet/pom.xml +++ b/metrics-servlet/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-servlet diff --git a/metrics-servlets/pom.xml b/metrics-servlets/pom.xml index e70e3075c3..b68304e42b 100644 --- a/metrics-servlets/pom.xml +++ b/metrics-servlets/pom.xml @@ -5,7 +5,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 metrics-servlets diff --git a/pom.xml b/pom.xml index 0434e503c5..8cfcd02d05 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.codahale.metrics metrics-parent - 3.0.2-SNAPSHOT + 3.0.2 pom Metrics Parent @@ -66,7 +66,7 @@ scm:git:git://github.com/codahale/metrics.git scm:git:git@github.com:codahale/metrics.git http://github.com/codahale/metrics/ - HEAD + v3.0.2