Skip to content

Commit

Permalink
[maven-release-plugin] prepare release netty-reactive-streams-parent-…
Browse files Browse the repository at this point in the history
…2.0.11
  • Loading branch information
mkurz committed Dec 7, 2023
1 parent 6815a02 commit 19d8c9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion netty-reactive-streams-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
</parent>

<artifactId>netty-reactive-streams-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion netty-reactive-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
</parent>

<artifactId>netty-reactive-streams</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>

<name>Netty Reactive Streams Parent POM</name>
<description>Reactive streams implementation for Netty.</description>
Expand Down Expand Up @@ -205,7 +205,7 @@
<connection>scm:git:https://github.com/playframework/netty-reactive-streams.git</connection>
<developerConnection>scm:git:git@github.com:playframework/netty-reactive-streams.git</developerConnection>
<url>https://github.com/playframework/netty-reactive-streams</url>
<tag>HEAD</tag>
<tag>netty-reactive-streams-parent-2.0.11</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 19d8c9f

Please sign in to comment.