Skip to content

Commit

Permalink
Preparing for 1.7-SNAPSHOT development.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6505 542714f4-19e9-0310-aa3c-eee0fc999fb1
  • Loading branch information
jamie-threerings committed Feb 21, 2011
1 parent 202e3fa commit e7a725f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion etc/as-pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings</groupId>
<artifactId>naryalib</artifactId>
<packaging>swc</packaging>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<name>narya</name>
<description>Facilities for making networked multiplayer games.</description>
<url>http://code.google.com/p/narya/</url>
Expand Down
2 changes: 1 addition & 1 deletion etc/gwt-pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings</groupId>
<artifactId>narya-gwt</artifactId>
<packaging>jar</packaging>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<name>narya-gwt</name>
<description>Source for classes that work with GWT.</description>

Expand Down
2 changes: 1 addition & 1 deletion etc/tools-pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings</groupId>
<artifactId>narya-tools</artifactId>
<packaging>jar</packaging>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<name>narya-tools</name>
<description>Narya with dependencies configured for its tools.</description>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<packaging>jar</packaging>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<name>narya</name>
<description>Facilities for making networked multiplayer games.</description>
<url>http://code.google.com/p/narya/</url>
Expand Down Expand Up @@ -35,9 +35,9 @@
</developers>

<scm>
<connection>scm:svn:http://narya.googlecode.com/svn/tags/narya-1.6</connection>
<developerConnection>scm:svn:svn+ssh://src.earth.threerings.net/narya/tags/narya-1.6</developerConnection>
<url>http://narya.googlecode.com/svn/tags/narya-1.6</url>
<connection>scm:svn:http://narya.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:svn+ssh://src.earth.threerings.net/narya/trunk/</developerConnection>
<url>http://narya.googlecode.com/svn/trunk/</url>
</scm>

<dependencies>
Expand Down

0 comments on commit e7a725f

Please sign in to comment.