Bump in prep for release.
This commit is contained in:
@@ -70,7 +70,7 @@ project, add the following to your `pom.xml`:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings</groupId>
|
||||||
<artifactId>narya</artifactId>
|
<artifactId>narya</artifactId>
|
||||||
<version>1.11</version>
|
<version>1.15</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@@ -79,9 +79,9 @@ remove the vast majority of the boilerplate above.
|
|||||||
|
|
||||||
If you prefer to download pre-built binaries, those can be had here:
|
If you prefer to download pre-built binaries, those can be had here:
|
||||||
|
|
||||||
* [narya-1.11.jar](http://repo2.maven.org/maven2/com/threerings/narya/1.11/narya-1.11.jar)
|
* [narya-1.15.jar](http://repo2.maven.org/maven2/com/threerings/narya/1.15/narya-1.15.jar)
|
||||||
* [naryalib-1.11.swc](http://repo2.maven.org/maven2/com/threerings/naryalib/1.11/naryalib-1.11.jar)
|
* [naryalib-1.15.swc](http://repo2.maven.org/maven2/com/threerings/naryalib/1.15/naryalib-1.15.jar)
|
||||||
* [narya-tools-1.11.jar](http://repo2.maven.org/maven2/com/threerings/narya-tools/1.11/narya-tools-1.11.jar)
|
* [narya-tools-1.15.jar](http://repo2.maven.org/maven2/com/threerings/narya-tools/1.15/narya-tools-1.15.jar)
|
||||||
|
|
||||||
Related Libraries
|
Related Libraries
|
||||||
-----------------
|
-----------------
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
<!-- Turn off generation checking if enablegencheck hasn't already set this property -->
|
<!-- Turn off generation checking if enablegencheck hasn't already set this property -->
|
||||||
<property name="gencheck" value="false"/>
|
<property name="gencheck" value="false"/>
|
||||||
<artifact:dependencies pathId="tools.classpath">
|
<artifact:dependencies pathId="tools.classpath">
|
||||||
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.11"/>
|
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.15"/>
|
||||||
</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user