Skip to content

Commit

Permalink
Bump the version to 5.0.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Nov 4, 2013
1 parent b9d7bc6 commit 6b00254
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 24 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion buffer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-buffer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-codec-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-socks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-codec-socks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-codec</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-common</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-microbench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<packaging>pom</packaging>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>

<name>Netty</name>
<url>http://netty.io/</url>
Expand Down
2 changes: 1 addition & 1 deletion tarball/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-tarball</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-testsuite-osgi-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/testsuite-osgi-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-testsuite-osgi-deps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/testsuite-osgi-exam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-testsuite-osgi-exam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/testsuite-osgi-split/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-testsuite-osgi-split</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-testsuite</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions transport-rxtx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-transport-rxtx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transport-sctp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-transport-sctp</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions transport-udt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

<artifactId>netty-transport-udt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>5.0.0.Alpha1-SNAPSHOT</version>
</parent>

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

0 comments on commit 6b00254

Please sign in to comment.