Skip to content

Commit c2d57c2

Browse files
committed
[maven-release-plugin] prepare release pushy-0.15.2
1 parent 96419b9 commit c2d57c2

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.15.2-SNAPSHOT</version>
30+
<version>0.15.2</version>
3131
</parent>
3232

3333
<artifactId>pushy-benchmark</artifactId>
34-
<version>0.15.2-SNAPSHOT</version>
34+
<version>0.15.2</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.15.2-SNAPSHOT</version>
28+
<version>0.15.2</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.15.2-SNAPSHOT</version>
35+
<version>0.15.2</version>
3636
</parent>
3737

3838
<dependencies>

gson-payload-builder/pom.xml

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

2828
<artifactId>pushy-gson-payload-builder</artifactId>
29-
<version>0.15.2-SNAPSHOT</version>
29+
<version>0.15.2</version>
3030
<name>Gson APNs payload builder for Pushy</name>
3131
<description>A payload builder for Pushy that uses Gson to serialize payloads.</description>
3232

3333
<parent>
3434
<artifactId>pushy-parent</artifactId>
3535
<groupId>com.eatthepath</groupId>
36-
<version>0.15.2-SNAPSHOT</version>
36+
<version>0.15.2</version>
3737
</parent>
3838

3939
<dependencies>

jackson-payload-builder/pom.xml

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

2828
<artifactId>pushy-jackson-payload-builder</artifactId>
29-
<version>0.15.2-SNAPSHOT</version>
29+
<version>0.15.2</version>
3030
<name>Jackson APNs payload builder for Pushy</name>
3131
<description>A payload builder for Pushy that uses Jackson to serialize payloads.</description>
3232

3333
<parent>
3434
<artifactId>pushy-parent</artifactId>
3535
<groupId>com.eatthepath</groupId>
36-
<version>0.15.2-SNAPSHOT</version>
36+
<version>0.15.2</version>
3737
</parent>
3838

3939
<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.15.2-SNAPSHOT</version>
34+
<version>0.15.2</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.15.2-SNAPSHOT</version>
30+
<version>0.15.2</version>
3131

3232
<name>Pushy parent</name>
3333
<description>A Java library for sending APNs (iOS/macOS/Safari) 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.15.2</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.15.2-SNAPSHOT</version>
28+
<version>0.15.2</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.15.2-SNAPSHOT</version>
35+
<version>0.15.2</version>
3636
</parent>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)