[maven-release-plugin] prepare release netty-4.0.0.Beta1

This commit is contained in:
Trustin Lee 2013-02-14 12:56:15 -08:00
parent 39442a3663
commit 59e638f8f5
20 changed files with 26 additions and 28 deletions

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-all</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-buffer</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-codec-http</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-codec-socks</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-codec</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-common</artifactId>

View File

@ -14,15 +14,14 @@
~ License for the specific language governing permissions and limitations
~ under the License.
-->
<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">
<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.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-example</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-handler</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-microbench</artifactId>

10
pom.xml
View File

@ -26,7 +26,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<name>Netty</name>
<url>http://netty.io/</url>
@ -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.0.Beta1</tag>
</scm>
<developers>
@ -290,9 +290,9 @@
<!-- XXX: maven-release-plugin complains - MRELEASE-715 -->
<!--
<compilerArguments>
<Xlint:-options/>
<Xlint:unchecked/>
<Xlint:deprecation/>
<Xlint:-options />
<Xlint:unchecked />
<Xlint:deprecation />
</compilerArguments>
-->
</configuration>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-tarball</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-testsuite-osgi-parent</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-testsuite-osgi-deps</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-testsuite-osgi-exam</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-testsuite-osgi-split</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-testsuite</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-transport-rxtx</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-transport-sctp</artifactId>

View File

@ -14,15 +14,14 @@
~ License for the specific language governing permissions and limitations
~ under the License.
-->
<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">
<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.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-transport-udt</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<artifactId>netty-transport</artifactId>