Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pushy-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Jan 31, 2017
1 parent 66b3b4f commit 2d2853f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>pushy-parent</artifactId>
<groupId>com.relayrides</groupId>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>pushy-benchmark</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</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 @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pushy-dropwizard-metrics-listener</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</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.relayrides</groupId>
<artifactId>pushy-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</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 @@ -5,7 +5,7 @@
<groupId>com.relayrides</groupId>
<artifactId>pushy-parent</artifactId>
<packaging>pom</packaging>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</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 @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pushy</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</version>
<name>Pushy</name>

<parent>
<groupId>com.relayrides</groupId>
<artifactId>pushy-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 2d2853f

Please sign in to comment.