Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
addthis-buildbot committed Sep 6, 2016
1 parent d636271 commit 479358a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>pom</packaging>
<name>Metrics Reporter Config</name>
<url>https://github.com/addthis/metrics-reporter-config</url>
Expand Down Expand Up @@ -147,7 +147,7 @@
<connection>scm:git:[email protected]:addthis/metrics-reporter-config.git</connection>
<developerConnection>scm:git:[email protected]:addthis/metrics-reporter-config.git</developerConnection>
<url>https://github.com/addthis/metrics-reporter-config</url>
<tag>HEAD</tag>
<tag>v3.0.3</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion reporter-config-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>reporter-config-parent</artifactId>
<groupId>com.addthis.metrics</groupId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions reporter-config2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>reporter-config2</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-base</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
Expand Down
4 changes: 2 additions & 2 deletions reporter-config3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>reporter-config3</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-base</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down

0 comments on commit 479358a

Please sign in to comment.