Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pushy-0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed May 9, 2020
1 parent 5a2ef5f commit 32c1f0d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 19 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.eatthepath</groupId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<artifactId>pushy-benchmark</artifactId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</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.13.12-SNAPSHOT</version>
<version>0.14.0</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.eatthepath</groupId>
<artifactId>pushy-parent</artifactId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions gson-payload-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,19 @@
THE SOFTWARE.
-->

<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>

<artifactId>pushy-gson-payload-builder</artifactId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
<name>Gson APNs payload builder for Pushy</name>
<description>A payload builder for Pushy that uses Gson to serialize payloads.</description>

<parent>
<artifactId>pushy-parent</artifactId>
<groupId>com.eatthepath</groupId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions jackson-payload-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,19 @@
THE SOFTWARE.
-->

<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>

<artifactId>pushy-jackson-payload-builder</artifactId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
<name>Jackson APNs payload builder for Pushy</name>
<description>A payload builder for Pushy that uses Jackson to serialize payloads.</description>

<parent>
<artifactId>pushy-parent</artifactId>
<groupId>com.eatthepath</groupId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</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.eatthepath</groupId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>com.eatthepath</groupId>
<artifactId>pushy-parent</artifactId>
<packaging>pom</packaging>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>

<name>Pushy parent</name>
<description>A Java library for sending push notifications</description>
Expand All @@ -46,7 +46,7 @@
<connection>scm:git:https://github.com/jchambers/pushy.git</connection>
<developerConnection>scm:git:[email protected]:jchambers/pushy.git</developerConnection>
<url>https://github.com/jchambers/pushy</url>
<tag>HEAD</tag>
<tag>pushy-0.14.0</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions pushy/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</artifactId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
<packaging>bundle</packaging>
<name>Pushy</name>

<parent>
<groupId>com.eatthepath</groupId>
<artifactId>pushy-parent</artifactId>
<version>0.13.12-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 32c1f0d

Please sign in to comment.