File tree 7 files changed +13
-13
lines changed
dropwizard-metrics-listener
micrometer-metrics-listener
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 27
27
<parent >
28
28
<artifactId >pushy-parent</artifactId >
29
29
<groupId >com.eatthepath</groupId >
30
- <version >0.15.2-SNAPSHOT </version >
30
+ <version >0.15.2</version >
31
31
</parent >
32
32
33
33
<artifactId >pushy-benchmark</artifactId >
34
- <version >0.15.2-SNAPSHOT </version >
34
+ <version >0.15.2</version >
35
35
<packaging >jar</packaging >
36
36
37
37
<name >Pushy benchmarks</name >
Original file line number Diff line number Diff line change 25
25
<modelVersion >4.0.0</modelVersion >
26
26
27
27
<artifactId >pushy-dropwizard-metrics-listener</artifactId >
28
- <version >0.15.2-SNAPSHOT </version >
28
+ <version >0.15.2</version >
29
29
<name >Dropwizard Metrics listener for Pushy</name >
30
30
<description >A metrics listener for Pushy that uses the Dropwizard Metrics library for gathering and reporting metrics.</description >
31
31
32
32
<parent >
33
33
<groupId >com.eatthepath</groupId >
34
34
<artifactId >pushy-parent</artifactId >
35
- <version >0.15.2-SNAPSHOT </version >
35
+ <version >0.15.2</version >
36
36
</parent >
37
37
38
38
<dependencies >
Original file line number Diff line number Diff line change 26
26
<modelVersion >4.0.0</modelVersion >
27
27
28
28
<artifactId >pushy-gson-payload-builder</artifactId >
29
- <version >0.15.2-SNAPSHOT </version >
29
+ <version >0.15.2</version >
30
30
<name >Gson APNs payload builder for Pushy</name >
31
31
<description >A payload builder for Pushy that uses Gson to serialize payloads.</description >
32
32
33
33
<parent >
34
34
<artifactId >pushy-parent</artifactId >
35
35
<groupId >com.eatthepath</groupId >
36
- <version >0.15.2-SNAPSHOT </version >
36
+ <version >0.15.2</version >
37
37
</parent >
38
38
39
39
<dependencies >
Original file line number Diff line number Diff line change 26
26
<modelVersion >4.0.0</modelVersion >
27
27
28
28
<artifactId >pushy-jackson-payload-builder</artifactId >
29
- <version >0.15.2-SNAPSHOT </version >
29
+ <version >0.15.2</version >
30
30
<name >Jackson APNs payload builder for Pushy</name >
31
31
<description >A payload builder for Pushy that uses Jackson to serialize payloads.</description >
32
32
33
33
<parent >
34
34
<artifactId >pushy-parent</artifactId >
35
35
<groupId >com.eatthepath</groupId >
36
- <version >0.15.2-SNAPSHOT </version >
36
+ <version >0.15.2</version >
37
37
</parent >
38
38
39
39
<dependencies >
Original file line number Diff line number Diff line change 31
31
<parent >
32
32
<artifactId >pushy-parent</artifactId >
33
33
<groupId >com.eatthepath</groupId >
34
- <version >0.15.2-SNAPSHOT </version >
34
+ <version >0.15.2</version >
35
35
</parent >
36
36
37
37
<dependencies >
Original file line number Diff line number Diff line change 27
27
<groupId >com.eatthepath</groupId >
28
28
<artifactId >pushy-parent</artifactId >
29
29
<packaging >pom</packaging >
30
- <version >0.15.2-SNAPSHOT </version >
30
+ <version >0.15.2</version >
31
31
32
32
<name >Pushy parent</name >
33
33
<description >A Java library for sending APNs (iOS/macOS/Safari) push notifications</description >
46
46
<connection >scm:git:https://github.com/jchambers/pushy.git</connection >
47
47
<
developerConnection >scm:git:
[email protected] :jchambers/pushy.git</
developerConnection >
48
48
<url >https://github.com/jchambers/pushy</url >
49
- <tag >HEAD </tag >
49
+ <tag >pushy-0.15.2 </tag >
50
50
</scm >
51
51
52
52
<developers >
Original file line number Diff line number Diff line change 25
25
<modelVersion >4.0.0</modelVersion >
26
26
27
27
<artifactId >pushy</artifactId >
28
- <version >0.15.2-SNAPSHOT </version >
28
+ <version >0.15.2</version >
29
29
<packaging >bundle</packaging >
30
30
<name >Pushy</name >
31
31
32
32
<parent >
33
33
<groupId >com.eatthepath</groupId >
34
34
<artifactId >pushy-parent</artifactId >
35
- <version >0.15.2-SNAPSHOT </version >
35
+ <version >0.15.2</version >
36
36
</parent >
37
37
38
38
<dependencies >
You can’t perform that action at this time.
0 commit comments