Skip to content

Commit

Permalink
[maven-release-plugin] prepare release netty-4.0.7.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Maurer committed Aug 8, 2013
1 parent fc62136 commit 8e97e6c
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions all/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.7.Final-SNAPSHOT</version>
<version>4.0.7.Final</version>
</parent>

<artifactId>netty-all</artifactId>
Expand Down Expand Up @@ -360,8 +360,8 @@
</executions>
<configuration>
<target>
<delete dir="${project.build.directory}/src" quiet="true"/>
<delete dir="${project.build.directory}/classes" quiet="true"/>
<delete dir="${project.build.directory}/src" quiet="true" />
<delete dir="${project.build.directory}/classes" quiet="true" />
</target>
</configuration>
</plugin>
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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.Final</version>
</parent>

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

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

<artifactId>netty-testsuite-osgi-deps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/testsuite-osgi-exam/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.7.Final-SNAPSHOT</version>
<version>4.0.7.Final</version>
</parent>

<artifactId>netty-testsuite-osgi-exam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/testsuite-osgi-split/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.7.Final-SNAPSHOT</version>
<version>4.0.7.Final</version>
</parent>

<artifactId>netty-testsuite-osgi-split</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.7.Final-SNAPSHOT</version>
<version>4.0.7.Final</version>
</parent>

<artifactId>netty-testsuite</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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.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.7.Final-SNAPSHOT</version>
<version>4.0.7.Final</version>
</parent>

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

0 comments on commit 8e97e6c

Please sign in to comment.