Skip to content

Commit

Permalink
Update version to 5.0.0.Alpha4-SNAPSHOT
Browse files Browse the repository at this point in the history
Motivation:

Next version should be 5.0.0.Alpha4

Modifications:

Update snapshot version

Result:

Correct version used
  • Loading branch information
normanmaurer committed Jul 8, 2022
1 parent 4f32952 commit 4cd8044
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>io.netty</groupId>
<artifactId>netty5-bom</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Netty5/BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion buffer/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-buffer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-dns/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-codec-dns</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>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-codec-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-http2/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-codec-http2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-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>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>io.netty</groupId>
<artifactId>netty5-dev-tools</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>

<name>Netty5/Dev-Tools</name>

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-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>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-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>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-microbench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>

<name>Netty 5 Parent</name>
<url>https://netty.io/</url>
Expand Down
2 changes: 1 addition & 1 deletion resolver-dns-classes-macos/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-resolver-dns-classes-macos</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion resolver-dns-native-macos/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-resolver-dns-native-macos</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion resolver-dns/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-resolver-dns</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resolver/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-resolver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-autobahn/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-autobahn</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-http2/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-http2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-native-image-client-runtime-init/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-native-image-client-runtime-init</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-native-image-client/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-native-image-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-native-image/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-native-image</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-native/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-osgi/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-shading/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite-shading</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transport-blockhound-tests/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

<artifactId>netty5-transport-blockhound-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transport-classes-epoll/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-transport-classes-epoll</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion transport-classes-kqueue/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-transport-classes-kqueue</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>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-transport-native-epoll</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion transport-native-kqueue/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-transport-native-kqueue</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion transport-native-unix-common-tests/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-transport-native-unix-common-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion transport-native-unix-common/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>
<artifactId>netty5-transport-native-unix-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion transport/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.1.Alpha3-SNAPSHOT</version>
<version>5.0.0.Alpha4-SNAPSHOT</version>
</parent>

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

0 comments on commit 4cd8044

Please sign in to comment.