Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pushy-0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Jun 24, 2018
1 parent 68f8326 commit 0049ec6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<parent>
<artifactId>pushy-parent</artifactId>
<groupId>com.turo</groupId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
</parent>

<artifactId>pushy-benchmark</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
<packaging>jar</packaging>

<name>Pushy benchmarks</name>
Expand Down
4 changes: 2 additions & 2 deletions dropwizard-metrics-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pushy-dropwizard-metrics-listener</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
<name>Dropwizard Metrics listener for Pushy</name>
<description>A metrics listener for Pushy that uses the Dropwizard Metrics library for gathering and reporting metrics.</description>

<parent>
<groupId>com.turo</groupId>
<artifactId>pushy-parent</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion micrometer-metrics-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<artifactId>pushy-parent</artifactId>
<groupId>com.turo</groupId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>com.turo</groupId>
<artifactId>pushy-parent</artifactId>
<packaging>pom</packaging>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>

<name>Pushy parent</name>
<description>A Java library for sending push notifications</description>
Expand Down
4 changes: 2 additions & 2 deletions pushy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pushy</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
<name>Pushy</name>

<parent>
<groupId>com.turo</groupId>
<artifactId>pushy-parent</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.13.3</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 0049ec6

Please sign in to comment.