Skip to content

Commit 30be42c

Browse files
committed
[maven-release-plugin] prepare release netty-reactive-streams-parent-3.0.2
1 parent 882ed84 commit 30be42c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

netty-reactive-streams-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.playframework.netty</groupId>
77
<artifactId>netty-reactive-streams-parent</artifactId>
8-
<version>3.0.2-SNAPSHOT</version>
8+
<version>3.0.2</version>
99
</parent>
1010

1111
<artifactId>netty-reactive-streams-http</artifactId>

netty-reactive-streams/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.playframework.netty</groupId>
77
<artifactId>netty-reactive-streams-parent</artifactId>
8-
<version>3.0.2-SNAPSHOT</version>
8+
<version>3.0.2</version>
99
</parent>
1010

1111
<artifactId>netty-reactive-streams</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.playframework.netty</groupId>
66
<artifactId>netty-reactive-streams-parent</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88

99
<name>Netty Reactive Streams Parent POM</name>
1010
<description>Reactive streams implementation for Netty.</description>
@@ -205,7 +205,7 @@
205205
<connection>scm:git:https://github.com/playframework/netty-reactive-streams.git</connection>
206206
<developerConnection>scm:git:git@github.com:playframework/netty-reactive-streams.git</developerConnection>
207207
<url>https://github.com/playframework/netty-reactive-streams</url>
208-
<tag>HEAD</tag>
208+
<tag>netty-reactive-streams-parent-3.0.2</tag>
209209
</scm>
210210

211211
<distributionManagement>

0 commit comments

Comments
 (0)