[maven-release-plugin] prepare release netty-4.1.10.Final
This commit is contained in:
parent
3ba4da8a79
commit
f30f242fee
@ -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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
|
52
bom/pom.xml
52
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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
@ -69,122 +69,122 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-buffer</artifactId>
|
<artifactId>netty-buffer</artifactId>
|
||||||
<version>4.1.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
@ -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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-common</artifactId>
|
<artifactId>netty-common</artifactId>
|
||||||
|
@ -14,19 +14,18 @@
|
|||||||
~ License for the specific language governing permissions and limitations
|
~ License for the specific language governing permissions and limitations
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.sonatype.oss</groupId>
|
<groupId>org.sonatype.oss</groupId>
|
||||||
<artifactId>oss-parent</artifactId>
|
<artifactId>oss-parent</artifactId>
|
||||||
<version>7</version>
|
<version>7</version>
|
||||||
<relativePath></relativePath>
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-dev-tools</artifactId>
|
<artifactId>netty-dev-tools</artifactId>
|
||||||
<version>4.1.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
|
|
||||||
<name>Netty/Dev-Tools</name>
|
<name>Netty/Dev-Tools</name>
|
||||||
|
|
||||||
@ -51,4 +50,8 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<tag>netty-4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-microbench</artifactId>
|
<artifactId>netty-microbench</artifactId>
|
||||||
|
8
pom.xml
8
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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
@ -177,7 +177,7 @@
|
|||||||
Release process must be performed on linux-x86_64.
|
Release process must be performed on linux-x86_64.
|
||||||
</regexMessage>
|
</regexMessage>
|
||||||
<property>os.detected.classifier</property>
|
<property>os.detected.classifier</property>
|
||||||
<regex>^linux-x86_64-fedora$</regex>
|
<regex>^linux-x86_64$</regex>
|
||||||
</requireProperty>
|
</requireProperty>
|
||||||
<requireFilesContent>
|
<requireFilesContent>
|
||||||
<message>
|
<message>
|
||||||
@ -251,7 +251,7 @@
|
|||||||
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
|
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
|
||||||
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
|
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
|
||||||
<conscrypt.version>1.0.0.RC7</conscrypt.version>
|
<conscrypt.version>1.0.0.RC7</conscrypt.version>
|
||||||
<conscrypt.classifier></conscrypt.classifier>
|
<conscrypt.classifier />
|
||||||
<epoll.classifier>${os.detected.name}-${os.detected.arch}</epoll.classifier>
|
<epoll.classifier>${os.detected.name}-${os.detected.arch}</epoll.classifier>
|
||||||
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>
|
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>
|
||||||
<logging.logLevel>debug</logging.logLevel>
|
<logging.logLevel>debug</logging.logLevel>
|
||||||
|
@ -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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>netty-transport-native-epoll</artifactId>
|
<artifactId>netty-transport-native-epoll</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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.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.10.Final-SNAPSHOT</version>
|
<version>4.1.10.Final</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>netty-transport</artifactId>
|
<artifactId>netty-transport</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user