Skip to content

Commit 32c1f0d

Browse files
committed
[maven-release-plugin] prepare release pushy-0.14.0
1 parent 5a2ef5f commit 32c1f0d

File tree

7 files changed

+15
-19
lines changed

7 files changed

+15
-19
lines changed

benchmark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<parent>
2828
<artifactId>pushy-parent</artifactId>
2929
<groupId>com.eatthepath</groupId>
30-
<version>0.13.12-SNAPSHOT</version>
30+
<version>0.14.0</version>
3131
</parent>
3232

3333
<artifactId>pushy-benchmark</artifactId>
34-
<version>0.13.12-SNAPSHOT</version>
34+
<version>0.14.0</version>
3535
<packaging>jar</packaging>
3636

3737
<name>Pushy benchmarks</name>

dropwizard-metrics-listener/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<artifactId>pushy-dropwizard-metrics-listener</artifactId>
28-
<version>0.13.12-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<name>Dropwizard Metrics listener for Pushy</name>
3030
<description>A metrics listener for Pushy that uses the Dropwizard Metrics library for gathering and reporting metrics.</description>
3131

3232
<parent>
3333
<groupId>com.eatthepath</groupId>
3434
<artifactId>pushy-parent</artifactId>
35-
<version>0.13.12-SNAPSHOT</version>
35+
<version>0.14.0</version>
3636
</parent>
3737

3838
<dependencies>

gson-payload-builder/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,19 @@
2121
THE SOFTWARE.
2222
-->
2323

24-
<project xmlns="http://maven.apache.org/POM/4.0.0"
25-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<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">
2725

2826
<modelVersion>4.0.0</modelVersion>
2927

3028
<artifactId>pushy-gson-payload-builder</artifactId>
31-
<version>0.13.12-SNAPSHOT</version>
29+
<version>0.14.0</version>
3230
<name>Gson APNs payload builder for Pushy</name>
3331
<description>A payload builder for Pushy that uses Gson to serialize payloads.</description>
3432

3533
<parent>
3634
<artifactId>pushy-parent</artifactId>
3735
<groupId>com.eatthepath</groupId>
38-
<version>0.13.12-SNAPSHOT</version>
36+
<version>0.14.0</version>
3937
</parent>
4038

4139
<dependencies>

jackson-payload-builder/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,19 @@
2121
THE SOFTWARE.
2222
-->
2323

24-
<project xmlns="http://maven.apache.org/POM/4.0.0"
25-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<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">
2725

2826
<modelVersion>4.0.0</modelVersion>
2927

3028
<artifactId>pushy-jackson-payload-builder</artifactId>
31-
<version>0.13.12-SNAPSHOT</version>
29+
<version>0.14.0</version>
3230
<name>Jackson APNs payload builder for Pushy</name>
3331
<description>A payload builder for Pushy that uses Jackson to serialize payloads.</description>
3432

3533
<parent>
3634
<artifactId>pushy-parent</artifactId>
3735
<groupId>com.eatthepath</groupId>
38-
<version>0.13.12-SNAPSHOT</version>
36+
<version>0.14.0</version>
3937
</parent>
4038

4139
<dependencies>

micrometer-metrics-listener/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<artifactId>pushy-parent</artifactId>
3333
<groupId>com.eatthepath</groupId>
34-
<version>0.13.12-SNAPSHOT</version>
34+
<version>0.14.0</version>
3535
</parent>
3636

3737
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>com.eatthepath</groupId>
2828
<artifactId>pushy-parent</artifactId>
2929
<packaging>pom</packaging>
30-
<version>0.13.12-SNAPSHOT</version>
30+
<version>0.14.0</version>
3131

3232
<name>Pushy parent</name>
3333
<description>A Java library for sending push notifications</description>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:https://github.com/jchambers/pushy.git</connection>
4747
<developerConnection>scm:git:[email protected]:jchambers/pushy.git</developerConnection>
4848
<url>https://github.com/jchambers/pushy</url>
49-
<tag>HEAD</tag>
49+
<tag>pushy-0.14.0</tag>
5050
</scm>
5151

5252
<developers>

pushy/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<artifactId>pushy</artifactId>
28-
<version>0.13.12-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<packaging>bundle</packaging>
3030
<name>Pushy</name>
3131

3232
<parent>
3333
<groupId>com.eatthepath</groupId>
3434
<artifactId>pushy-parent</artifactId>
35-
<version>0.13.12-SNAPSHOT</version>
35+
<version>0.14.0</version>
3636
</parent>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)