Skip to content

Commit ca443e4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f39eb9a commit ca443e4

File tree

28 files changed

+29
-29
lines changed

28 files changed

+29
-29
lines changed

all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-all</artifactId>

buffer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-buffer</artifactId>

codec-dns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-dns</artifactId>

codec-haproxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-haproxy</artifactId>

codec-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-http</artifactId>

codec-http2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-http2</artifactId>

codec-memcache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-memcache</artifactId>

codec-mqtt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-mqtt</artifactId>

codec-socks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-socks</artifactId>

codec-stomp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-stomp</artifactId>

codec-xml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec-xml</artifactId>

codec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-codec</artifactId>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.netty</groupId>
2323
<artifactId>netty-parent</artifactId>
24-
<version>4.1.0.CR3</version>
24+
<version>4.1.0.CR4-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>netty-common</artifactId>

example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.netty</groupId>
2323
<artifactId>netty-parent</artifactId>
24-
<version>4.1.0.CR3</version>
24+
<version>4.1.0.CR4-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>netty-example</artifactId>

handler-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-handler-proxy</artifactId>

handler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-handler</artifactId>

microbench/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-microbench</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>io.netty</groupId>
2727
<artifactId>netty-parent</artifactId>
2828
<packaging>pom</packaging>
29-
<version>4.1.0.CR3</version>
29+
<version>4.1.0.CR4-SNAPSHOT</version>
3030

3131
<name>Netty</name>
3232
<url>http://netty.io/</url>
@@ -53,7 +53,7 @@
5353
<url>https://github.com/netty/netty</url>
5454
<connection>scm:git:git://github.com/netty/netty.git</connection>
5555
<developerConnection>scm:git:ssh://[email protected]/netty/netty.git</developerConnection>
56-
<tag>netty-4.1.0.CR3</tag>
56+
<tag>HEAD</tag>
5757
</scm>
5858

5959
<developers>

resolver-dns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-resolver-dns</artifactId>

resolver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-resolver</artifactId>

tarball/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-tarball</artifactId>

testsuite-osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-testsuite-osgi</artifactId>

testsuite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-testsuite</artifactId>

transport-native-epoll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.netty</groupId>
2121
<artifactId>netty-parent</artifactId>
22-
<version>4.1.0.CR3</version>
22+
<version>4.1.0.CR4-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>netty-transport-native-epoll</artifactId>
2525

transport-rxtx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.netty</groupId>
2323
<artifactId>netty-parent</artifactId>
24-
<version>4.1.0.CR3</version>
24+
<version>4.1.0.CR4-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>netty-transport-rxtx</artifactId>

transport-sctp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-transport-sctp</artifactId>

transport-udt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.netty</groupId>
2323
<artifactId>netty-parent</artifactId>
24-
<version>4.1.0.CR3</version>
24+
<version>4.1.0.CR4-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>netty-transport-udt</artifactId>

transport/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.0.CR3</version>
23+
<version>4.1.0.CR4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>netty-transport</artifactId>

0 commit comments

Comments
 (0)