Skip to content

Commit

Permalink
[maven-release-plugin] prepare release netty-4.1.50.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed May 13, 2020
1 parent 8f617b6 commit 8c5b72a
Show file tree
Hide file tree
Showing 41 changed files with 79 additions and 75 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-all</artifactId>
Expand Down
68 changes: 34 additions & 34 deletions bom/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
<packaging>pom</packaging>

<name>Netty/BOM</name>
Expand All @@ -49,7 +49,7 @@
<url>https://github.com/netty/netty</url>
<connection>scm:git:git://github.com/netty/netty.git</connection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
<tag>HEAD</tag>
<tag>netty-4.1.50.Final</tag>
</scm>

<developers>
Expand All @@ -69,165 +69,165 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-dns</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-haproxy</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-memcache</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-mqtt</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-redis</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-smtp</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-socks</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-stomp</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-xml</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-dev-tools</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-rxtx</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-sctp</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-udt</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-example</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion buffer/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-buffer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-dns/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-dns</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-haproxy/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-haproxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-http/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-http2/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-http2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-memcache/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-memcache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-mqtt/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-redis/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-smtp/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-smtp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-socks/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-socks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-stomp/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-stomp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-xml/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-common</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion dev-tools/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>io.netty</groupId>
<artifactId>netty-dev-tools</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>

<name>Netty/Dev-Tools</name>

Expand All @@ -50,4 +50,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>netty-4.1.50.Final</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion example/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion handler-proxy/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-handler-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion handler/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.50.Final-SNAPSHOT</version>
<version>4.1.50.Final</version>
</parent>

<artifactId>netty-handler</artifactId>
Expand Down

0 comments on commit 8c5b72a

Please sign in to comment.