Use new shipped Narya 1.11.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1190 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2012-02-04 00:21:56 +00:00
parent 5202627607
commit e172d90672
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<target name="-preptools" depends="-prepare"> <target name="-preptools" depends="-prepare">
<artifact:dependencies pathId="tools.classpath"> <artifact:dependencies pathId="tools.classpath">
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.8"/> <dependency groupId="com.threerings" artifactId="narya-tools" version="1.11"/>
</artifact:dependencies> </artifact:dependencies>
<taskdef resource="com/threerings/presents/tools.properties" classpathref="tools.classpath"/> <taskdef resource="com/threerings/presents/tools.properties" classpathref="tools.classpath"/>
</target> </target>
+1 -1
View File
@@ -49,7 +49,7 @@
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>naryalib</artifactId> <artifactId>naryalib</artifactId>
<version>1.8</version> <version>1.11</version>
<type>swc</type> <type>swc</type>
</dependency> </dependency>
</dependencies> </dependencies>
+1 -1
View File
@@ -72,7 +72,7 @@
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya</artifactId> <artifactId>narya</artifactId>
<version>1.8</version> <version>1.11</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>