Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Jun 28, 2017
1 parent d816167 commit a340ba7
Show file tree
Hide file tree
Showing 26 changed files with 30 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-ehcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-ehcache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-ganglia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-ganglia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-graphite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-graphite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-healthchecks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-healthchecks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-httpasyncclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-httpasyncclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jcache</artifactId>
Expand Down
10 changes: 4 additions & 6 deletions metrics-jcstress/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>metrics-parent</artifactId>
<groupId>io.dropwizard.metrics</groupId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jcstress</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
<packaging>jar</packaging>

<name>Metrics JCStress tests</name>
Expand Down Expand Up @@ -91,8 +90,7 @@
<configuration>
<finalName>${uberjar.name}</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jcstress.Main</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
Expand Down
2 changes: 1 addition & 1 deletion metrics-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jdbi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jersey2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jetty8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jetty8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jetty9-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jetty9-legacy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jetty9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jetty9</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-jvm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-logback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-servlets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</parent>

<artifactId>metrics-servlets</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
<packaging>pom</packaging>
<name>Metrics Parent</name>
<description>
Expand Down Expand Up @@ -86,7 +86,7 @@
<connection>scm:git:git://github.com/dropwizard/metrics.git</connection>
<developerConnection>scm:git:git@github.com:dropwizard/metrics.git</developerConnection>
<url>http://github.com/dropwizard/metrics/</url>
<tag>HEAD</tag>
<tag>v3.2.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit a340ba7

Please sign in to comment.