Preparing for 1.5 release.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6496 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2011-02-17 19:38:55 +00:00
parent eb41f8b70b
commit 01e7f8ef04
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>naryalib</artifactId> <artifactId>naryalib</artifactId>
<packaging>swc</packaging> <packaging>swc</packaging>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<name>narya</name> <name>narya</name>
<description>Facilities for making networked multiplayer games.</description> <description>Facilities for making networked multiplayer games.</description>
<url>http://code.google.com/p/narya/</url> <url>http://code.google.com/p/narya/</url>
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya-gwt</artifactId> <artifactId>narya-gwt</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<name>narya-gwt</name> <name>narya-gwt</name>
<description>Source for classes that work with GWT.</description> <description>Source for classes that work with GWT.</description>
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya-tools</artifactId> <artifactId>narya-tools</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<name>narya-tools</name> <name>narya-tools</name>
<description>Narya with dependencies configured for its tools.</description> <description>Narya with dependencies configured for its tools.</description>
+4 -6
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya</artifactId> <artifactId>narya</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<name>narya</name> <name>narya</name>
<description>Facilities for making networked multiplayer games.</description> <description>Facilities for making networked multiplayer games.</description>
<url>http://code.google.com/p/narya/</url> <url>http://code.google.com/p/narya/</url>
@@ -35,11 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://narya.googlecode.com/svn/trunk/</connection> <connection>scm:svn:http://narya.googlecode.com/svn/tags/narya-1.5</connection>
<developerConnection> <developerConnection>scm:svn:svn+ssh://src.earth.threerings.net/narya/tags/narya-1.5</developerConnection>
scm:svn:svn+ssh://src.earth.threerings.net/narya/trunk/ <url>http://narya.googlecode.com/svn/tags/narya-1.5</url>
</developerConnection>
<url>http://narya.googlecode.com/svn/trunk/</url>
</scm> </scm>
<dependencies> <dependencies>