[maven-release-plugin] prepare release netty-3.1.0.GA

This commit is contained in:
Trustin Lee 2009-07-24 04:09:49 +00:00
parent 3185a49a50
commit 7ea7d5bfcd

View File

@ -26,7 +26,7 @@
<groupId>org.jboss.netty</groupId> <groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId> <artifactId>netty</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<version>3.1.0.GA-SNAPSHOT</version> <version>3.1.0.GA</version>
<name>The Netty Project</name> <name>The Netty Project</name>
<url>http://www.jboss.org/netty/</url> <url>http://www.jboss.org/netty/</url>
@ -53,8 +53,8 @@
<inceptionYear>2008</inceptionYear> <inceptionYear>2008</inceptionYear>
<scm> <scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/netty/trunk</connection> <connection>scm:svn:http://anonsvn.jboss.org/repos/netty/tags/netty-3.1.0.GA</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/netty/trunk</developerConnection> <developerConnection>scm:svn:https://svn.jboss.org/repos/netty/tags/netty-3.1.0.GA</developerConnection>
</scm> </scm>
<dependencies> <dependencies>
@ -323,8 +323,7 @@
</goals> </goals>
<configuration> <configuration>
<tasks> <tasks>
<echo message="${project.version}, r${buildNumber}" <echo message="${project.version}, r${buildNumber}" file="${project.build.directory}/version.txt" />
file="${project.build.directory}/version.txt" />
</tasks> </tasks>
</configuration> </configuration>
</execution> </execution>