[maven-release-plugin] prepare release netty-4.1.30.Final
This commit is contained in:
parent
b81c8ed55c
commit
3a9ac829d5
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
|
68
bom/pom.xml
68
bom/pom.xml
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-bom</artifactId>
|
<artifactId>netty-bom</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Netty/BOM</name>
|
<name>Netty/BOM</name>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<url>https://github.com/netty/netty</url>
|
<url>https://github.com/netty/netty</url>
|
||||||
<connection>scm:git:git://github.com/netty/netty.git</connection>
|
<connection>scm:git:git://github.com/netty/netty.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>netty-4.1.30.Final</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
@ -69,165 +69,165 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-buffer</artifactId>
|
<artifactId>netty-buffer</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec</artifactId>
|
<artifactId>netty-codec</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-dns</artifactId>
|
<artifactId>netty-codec-dns</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-haproxy</artifactId>
|
<artifactId>netty-codec-haproxy</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-http</artifactId>
|
<artifactId>netty-codec-http</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-http2</artifactId>
|
<artifactId>netty-codec-http2</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-memcache</artifactId>
|
<artifactId>netty-codec-memcache</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-mqtt</artifactId>
|
<artifactId>netty-codec-mqtt</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-redis</artifactId>
|
<artifactId>netty-codec-redis</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-smtp</artifactId>
|
<artifactId>netty-codec-smtp</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-socks</artifactId>
|
<artifactId>netty-codec-socks</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-stomp</artifactId>
|
<artifactId>netty-codec-stomp</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-codec-xml</artifactId>
|
<artifactId>netty-codec-xml</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-common</artifactId>
|
<artifactId>netty-common</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-dev-tools</artifactId>
|
<artifactId>netty-dev-tools</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-handler</artifactId>
|
<artifactId>netty-handler</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-handler-proxy</artifactId>
|
<artifactId>netty-handler-proxy</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-resolver</artifactId>
|
<artifactId>netty-resolver</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-resolver-dns</artifactId>
|
<artifactId>netty-resolver-dns</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport</artifactId>
|
<artifactId>netty-transport</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-rxtx</artifactId>
|
<artifactId>netty-transport-rxtx</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-sctp</artifactId>
|
<artifactId>netty-transport-sctp</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-udt</artifactId>
|
<artifactId>netty-transport-udt</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-example</artifactId>
|
<artifactId>netty-example</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-unix-common</artifactId>
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-unix-common</artifactId>
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
<classifier>linux-x86_64</classifier>
|
<classifier>linux-x86_64</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-unix-common</artifactId>
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
<classifier>osx-x86_64</classifier>
|
<classifier>osx-x86_64</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-epoll</artifactId>
|
<artifactId>netty-transport-native-epoll</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-epoll</artifactId>
|
<artifactId>netty-transport-native-epoll</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
<classifier>linux-x86_64</classifier>
|
<classifier>linux-x86_64</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-kqueue</artifactId>
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-transport-native-kqueue</artifactId>
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
<classifier>osx-x86_64</classifier>
|
<classifier>osx-x86_64</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-buffer</artifactId>
|
<artifactId>netty-buffer</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-dns</artifactId>
|
<artifactId>netty-codec-dns</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-haproxy</artifactId>
|
<artifactId>netty-codec-haproxy</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-http</artifactId>
|
<artifactId>netty-codec-http</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-http2</artifactId>
|
<artifactId>netty-codec-http2</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-memcache</artifactId>
|
<artifactId>netty-codec-memcache</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-mqtt</artifactId>
|
<artifactId>netty-codec-mqtt</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-redis</artifactId>
|
<artifactId>netty-codec-redis</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-smtp</artifactId>
|
<artifactId>netty-codec-smtp</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-socks</artifactId>
|
<artifactId>netty-codec-socks</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-stomp</artifactId>
|
<artifactId>netty-codec-stomp</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec-xml</artifactId>
|
<artifactId>netty-codec-xml</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-codec</artifactId>
|
<artifactId>netty-codec</artifactId>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-common</artifactId>
|
<artifactId>netty-common</artifactId>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-dev-tools</artifactId>
|
<artifactId>netty-dev-tools</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
|
|
||||||
<name>Netty/Dev-Tools</name>
|
<name>Netty/Dev-Tools</name>
|
||||||
|
|
||||||
@ -50,4 +50,8 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<tag>netty-4.1.30.Final</tag>
|
||||||
|
</scm>
|
||||||
</project>
|
</project>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-example</artifactId>
|
<artifactId>netty-example</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-handler-proxy</artifactId>
|
<artifactId>netty-handler-proxy</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-handler</artifactId>
|
<artifactId>netty-handler</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-microbench</artifactId>
|
<artifactId>netty-microbench</artifactId>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<jmh.version>1.21</jmh.version>
|
<jmh.version>1.21</jmh.version>
|
||||||
<!-- This only be set when run on linux as on other platforms we just want to include the jar without native
|
<!-- This only be set when run on linux as on other platforms we just want to include the jar without native
|
||||||
code -->
|
code -->
|
||||||
<epoll.classifier/>
|
<epoll.classifier />
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
4
pom.xml
4
pom.xml
@ -26,7 +26,7 @@
|
|||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
|
|
||||||
<name>Netty</name>
|
<name>Netty</name>
|
||||||
<url>http://netty.io/</url>
|
<url>http://netty.io/</url>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<url>https://github.com/netty/netty</url>
|
<url>https://github.com/netty/netty</url>
|
||||||
<connection>scm:git:git://github.com/netty/netty.git</connection>
|
<connection>scm:git:git://github.com/netty/netty.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>netty-4.1.30.Final</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-resolver-dns</artifactId>
|
<artifactId>netty-resolver-dns</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-resolver</artifactId>
|
<artifactId>netty-resolver</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-tarball</artifactId>
|
<artifactId>netty-tarball</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-testsuite-autobahn</artifactId>
|
<artifactId>netty-testsuite-autobahn</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-testsuite-http2</artifactId>
|
<artifactId>netty-testsuite-http2</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-testsuite-osgi</artifactId>
|
<artifactId>netty-testsuite-osgi</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-testsuite-shading</artifactId>
|
<artifactId>netty-testsuite-shading</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-testsuite</artifactId>
|
<artifactId>netty-testsuite</artifactId>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>netty-transport-native-epoll</artifactId>
|
<artifactId>netty-transport-native-epoll</artifactId>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>netty-transport-native-kqueue</artifactId>
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>netty-transport-native-unix-common-tests</artifactId>
|
<artifactId>netty-transport-native-unix-common-tests</artifactId>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>netty-transport-native-unix-common</artifactId>
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-transport-rxtx</artifactId>
|
<artifactId>netty-transport-rxtx</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-transport-sctp</artifactId>
|
<artifactId>netty-transport-sctp</artifactId>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-transport-udt</artifactId>
|
<artifactId>netty-transport-udt</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-parent</artifactId>
|
<artifactId>netty-parent</artifactId>
|
||||||
<version>4.1.30.Final-SNAPSHOT</version>
|
<version>4.1.30.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-transport</artifactId>
|
<artifactId>netty-transport</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user