From ee81ed8d36154672f8af9001a6a4a6d9811deead Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sun, 26 Mar 2006 20:46:41 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.6 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388962 13f79535-47bb-0310-9956-ffa450edef68 --- java/project.xml | 11 ++++++++--- java/xdocs/changes.xml | 27 +++++++++++++++++++-------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/java/project.xml b/java/project.xml index 44891edd..0065754c 100644 --- a/java/project.xml +++ b/java/project.xml @@ -1,4 +1,5 @@ + - + ../plugins-parent/project.xml 3 maven-java-plugin Maven Java Plugin - 1.6-SNAPSHOT + 1.6 Compile java code @@ -41,6 +41,11 @@ 1.5 MAVEN_JAVA_1_5 + + 1.6 + 1.6 + MAVEN_JAVA_1_6 + diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index 8b1e3f87..418477b8 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -25,15 +24,27 @@ Kurt Schrader - + Compile fails using forked compiler when directory contains spaces. - Also check for ${maven.gen.src} before compiling. - New property maven.compile.failonerror. - New property maven.compile.debuglevel. - New property maven.compile.nowarn. - Set maven.compile.deprecation=on by default. + Also check for + ${maven.gen.src}before compiling. + + New property + maven.compile.failonerror. + + New property + maven.compile.debuglevel. + + New property + maven.compile.nowarn. + + Set + maven.compile.deprecation=onby default. + Compiling gives incorrect warning about target JVM version. - sourceModifications handled incorrectly when more than one clause present. + + sourceModificationshandled incorrectly when more than one clause present. + Broken support for maven.compile.extdirs. Make a report with compiler output Capture Deprecation Warnings.