Preparing for stable Vilya release.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1007 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-11-19 00:51:35 +00:00
parent 876f651ac6
commit f56b317a3d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -34,14 +34,14 @@
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>naryalib</artifactId> <artifactId>naryalib</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2</version>
<scope>compile</scope> <scope>compile</scope>
<type>swc</type> <type>swc</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>nenyalib</artifactId> <artifactId>nenyalib</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
<scope>compile</scope> <scope>compile</scope>
<type>swc</type> <type>swc</type>
</dependency> </dependency>
+2 -2
View File
@@ -71,13 +71,13 @@
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya</artifactId> <artifactId>narya</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>nenya</artifactId> <artifactId>nenya</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>