Skip to content

Commit

Permalink
[maven-release-plugin] prepare release netty-4.0.19.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Maurer committed Apr 30, 2014
1 parent 787a85f commit b562148
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

<artifactId>netty-all</artifactId>
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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

<artifactId>netty-buffer</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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

<artifactId>netty-codec-http</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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

<artifactId>netty-codec-socks</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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

<artifactId>netty-common</artifactId>
Expand Down
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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

<artifactId>netty-example</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.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>

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

<artifactId>netty-microbench</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>

<name>Netty</name>
<url>http://netty.io/</url>
Expand All @@ -53,7 +53,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.0.19.Final</tag>
</scm>

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

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

<artifactId>netty-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transport-native-epoll/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.19.Final-SNAPSHOT</version>
<version>4.0.19.Final</version>
</parent>
<artifactId>netty-transport-native-epoll</artifactId>

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

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

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

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

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

0 comments on commit b562148

Please sign in to comment.