Skip to content

Commit 722fb1c

Browse files
committed
[maven-release-plugin] prepare release pushy-0.7.3
1 parent 24c812a commit 722fb1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pushy-parent</artifactId>
77
<groupId>com.relayrides</groupId>
8-
<version>0.7.3-SNAPSHOT</version>
8+
<version>0.7.3</version>
99
</parent>
1010

1111
<artifactId>pushy-benchmark</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.relayrides</groupId>
66
<artifactId>pushy-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.7.3-SNAPSHOT</version>
8+
<version>0.7.3</version>
99
<name>Pushy parent</name>
1010
<description>A Java library for sending push notifications</description>
1111

pushy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.relayrides</groupId>
1010
<artifactId>pushy-parent</artifactId>
11-
<version>0.7.3-SNAPSHOT</version>
11+
<version>0.7.3</version>
1212
</parent>
1313

1414
<dependencies>

0 commit comments

Comments
 (0)