[maven-release-plugin] prepare release nenya-1.0

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1080 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-11-19 00:34:43 +00:00
parent d383538b0f
commit 139281f926
+5 -5
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId>
<artifactId>nenya</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>nenya</name>
<description>Facilities for making networked multiplayer games.</description>
<url>http://code.google.com/p/nenya/</url>
@@ -35,9 +35,9 @@
</developers>
<scm>
<connection>scm:svn:http://nenya.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://nenya.googlecode.com/svn/trunk/</developerConnection>
<url>http://nenya.googlecode.com/svn/trunk/</url>
<connection>scm:svn:http://nenya.googlecode.com/svn/tags/nenya-1.0</connection>
<developerConnection>scm:svn:https://nenya.googlecode.com/svn/tags/nenya-1.0</developerConnection>
<url>http://nenya.googlecode.com/svn/tags/nenya-1.0</url>
</scm>
<repositories>
@@ -210,7 +210,7 @@
<target>
<property name="deploy.dir" value="target" />
<ant antfile="${basedir}/build.xml">
<target name="-test-rsrcs"/>
<target name="-test-rsrcs" />
</ant>
</target>
</configuration>