From 89c6d3b3abc9a76b5c8b4382e1bf577b45fd9078 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 25 Jun 2014 13:47:40 -0700 Subject: [PATCH] Er mah gerd. More Maven jockeying. Apparently the "check for updated versions of plugins" plugin missed a few spots. Also I may or may not have to specify 2.8 for maven-dependency-plugin to avoid a bullshit CNFE during the actual release process (which conveniently comes after Maven has committed and pushed all of its release bullshit to Git, meaning I can't fix the release after the fact and have to make a new release). Oh computers... --- pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 668cc217..b98cb2ba 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.8.1 + 2.9.1 true public @@ -179,13 +179,13 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 2.5 org.apache.maven.plugins maven-install-plugin - 2.3.1 + 2.5.1 @@ -194,10 +194,16 @@ 2.7 + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + org.sonatype.plugins nexus-staging-maven-plugin - 1.4.4 + 1.6.2 true https://oss.sonatype.org/ @@ -249,7 +255,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.1 + 1.5 sign-artifacts