From 8e686f4bfe095a9f2c86939e8b0d0c886028e96e Mon Sep 17 00:00:00 2001 From: samskivert Date: Mon, 18 Oct 2010 21:41:13 +0000 Subject: [PATCH] Maven 3 will no longer support RELEASE as a version, so we have to hardcode our version numbers and then puzzle over why things don't work when we try to use new plugin features and forget to check what version number said feature was introduced into the plugin and be sure that we're using that version. Yay! git-svn-id: https://samskivert.googlecode.com/svn/trunk@2925 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 23a5f18d..8773a24f 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-compiler-plugin - RELEASE + 2.3.2 1.5 1.5 @@ -140,7 +140,7 @@ org.apache.maven.plugins maven-resources-plugin - RELEASE + 2.4.3 UTF-8 @@ -148,7 +148,7 @@ org.apache.maven.plugins maven-surefire-plugin - RELEASE + 2.6 com/samskivert/swing/TestComboButtonBox* @@ -168,7 +168,7 @@ org.apache.maven.plugins maven-javadoc-plugin - RELEASE + 2.7 true public @@ -181,7 +181,7 @@ org.apache.maven.plugins maven-gpg-plugin - RELEASE + 1.1 sign-artifacts @@ -198,17 +198,17 @@ org.apache.maven.plugins maven-jar-plugin - RELEASE + 2.3.1 org.apache.maven.plugins maven-install-plugin - RELEASE + 2.3.1 org.apache.maven.plugins maven-deploy-plugin - RELEASE + 2.5