From 3934c99b38860299d1c582a899a1bda084561a67 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 14 Mar 2015 09:56:26 -0700 Subject: [PATCH] Version bumps in prep for release. --- README.md | 6 +++--- core/pom.xml | 32 +++++++------------------------- pom.xml | 25 ++++++++++++++++++++++--- 3 files changed, 32 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 82ea51a1..1f9c9b1d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Maven project, add the following to your `pom.xml`: com.threerings vilya - 1.3 + 1.6 @@ -59,8 +59,8 @@ remove the vast majority of the boilerplate above. If you prefer to download pre-built binaries, those can be had here: -* [vilya-1.3.jar](http://threerings.github.com/maven-repo/com/threerings/vilya/1.3/vilya-1.3.jar) -* [vilyalib-1.3.swc](http://threerings.github.com/maven-repo/com/threerings/vilyalib/1.3/vilyalib-1.3.swc) +* [vilya-1.6.jar](http://threerings.github.com/maven-repo/com/threerings/vilya/1.6/vilya-1.6.jar) +* [vilyalib-1.6.swc](http://threerings.github.com/maven-repo/com/threerings/vilyalib/1.6/vilyalib-a1.6.swc) Distribution ------------ diff --git a/core/pom.xml b/core/pom.xml index a4542ecb..0743990b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,24 +16,24 @@ com.threerings ooo-util - 1.3.2 + 1.4.1 com.threerings narya - 1.15-SNAPSHOT + 1.15 com.threerings nenya - 1.5 + 1.6 com.threerings nenya-tools - 1.5 + 1.6 true @@ -45,13 +45,13 @@ com.samskivert depot - 1.6.1 + 1.7 true - javassist + org.javassist javassist - 3.8.0.GA + 3.18.2-GA true @@ -72,21 +72,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - true - public - - http://samskivert.github.com/samskivert/apidocs/ - http://depot.googlecode.com/svn/apidocs/ - http://docs.guava-libraries.googlecode.com/git/javadoc/ - http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/ - - - org.apache.maven.plugins maven-surefire-plugin @@ -95,9 +80,6 @@ com/threerings/**/*Test.java - - target/test-classes - diff --git a/pom.xml b/pom.xml index b9d62e46..5301630d 100644 --- a/pom.xml +++ b/pom.xml @@ -59,15 +59,18 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 1.5 1.5 true true true - - -Xlint" "-Xlint:-serial" "-Xlint:-path + + -Xlint + -Xlint:-serial + -Xlint:-path + @@ -83,6 +86,22 @@ maven-jar-plugin 2.3.1 + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + true + public + -Xdoclint:all -Xdoclint:-missing + + http://samskivert.github.com/samskivert/apidocs/ + http://threerings.github.com/depot/apidocs/ + http://docs.guava-libraries.googlecode.com/git/javadoc/ + http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/ + + + org.apache.maven.plugins maven-install-plugin