Skip to content

Commit 17d77ed

Browse files
author
Norman Maurer
committed
[maven-release-plugin] prepare release netty-4.0.0.Alpha8
1 parent 760cc95 commit 17d77ed

File tree

13 files changed

+15
-16
lines changed

13 files changed

+15
-16
lines changed

all/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

2626
<artifactId>netty</artifactId>

buffer/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

2626
<artifactId>netty-buffer</artifactId>

codec-http/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

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

codec-socks/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

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

codec/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

2626
<artifactId>netty-codec</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
24+
<version>4.0.0.Alpha8</version>
2525
</parent>
2626

2727
<artifactId>netty-common</artifactId>

example/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
~ License for the specific language governing permissions and limitations
1515
~ under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<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">
1918

2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>io.netty</groupId>
2322
<artifactId>netty-parent</artifactId>
24-
<version>4.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2524
</parent>
2625

2726
<artifactId>netty-example</artifactId>

handler/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

2626
<artifactId>netty-handler</artifactId>

metrics-yammer/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.Alpha8-SNAPSHOT</version>
23+
<version>4.0.0.Alpha8</version>
2424
</parent>
2525

2626
<artifactId>netty-metrics-yammer</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.0.0.Alpha8-SNAPSHOT</version>
29+
<version>4.0.0.Alpha8</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://git@github.com/netty/netty.git</developerConnection>
56-
<tag>HEAD</tag>
56+
<tag>netty-4.0.0.Alpha8</tag>
5757
</scm>
5858

5959
<developers>

0 commit comments

Comments
 (0)