Author: ltheussl
Date: Sun Mar 26 12:46:41 2006
New Revision: 388962
URL: http://svn.apache.org/viewcvs?rev=388962&view=rev
Log:
[maven-scm-plugin] prepare release 1.6
Modified:
maven/maven-1/plugins/trunk/java/project.xml
maven/maven-1/plugins/trunk/java/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/java/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/project.xml?rev=388962&r1=388961&r2=388962&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/project.xml (original)
+++ maven/maven-1/plugins/trunk/java/project.xml Sun Mar 26 12:46:41 2006
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +17,12 @@
* limitations under the License.
*/
-->
-<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-java-plugin</id>
<name>Maven Java Plugin</name>
- <currentVersion>1.6-SNAPSHOT</currentVersion>
+ <currentVersion>1.6</currentVersion>
<description/>
<shortDescription>Compile java code</shortDescription>
<versions>
@@ -40,6 +40,11 @@
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_JAVA_1_5</tag>
+ </version>
+ <version>
+ <id>1.6</id>
+ <name>1.6</name>
+ <tag>MAVEN_JAVA_1_6</tag>
</version>
</versions>
<developers>
Modified: maven/maven-1/plugins/trunk/java/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/xdocs/changes.xml?rev=388962&r1=388961&r2=388962&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/java/xdocs/changes.xml Sun Mar 26 12:46:41 2006
@@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
-
<document>
<properties>
<title>Changes</title>
@@ -25,15 +24,27 @@
<author email="[EMAIL PROTECTED]">Kurt Schrader</author>
</properties>
<body>
- <release version="1.6-SNAPSHOT" date="in SVN">
+ <release version="1.6" date="2006-03-26">
<action dev="ltheussl" type="fix" issue="MPJAVA-4">Compile fails using
forked compiler when directory contains spaces.</action>
- <action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for
<code>${maven.gen.src}</code> before compiling.</action>
- <action dev="ltheussl" type="add" issue="MPJAVA-41">New property
<code>maven.compile.failonerror</code>.</action>
- <action dev="ltheussl" type="add" issue="MPJAVA-32">New property
<code>maven.compile.debuglevel</code>.</action>
- <action dev="ltheussl" type="add" issue="MPJAVA-44">New property
<code>maven.compile.nowarn</code>.</action>
- <action dev="ltheussl" type="fix" issue="MPJAVA-23">Set
<code>maven.compile.deprecation=on</code> by default.</action>
+ <action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for
+ <code>${maven.gen.src}</code>before compiling.
+ </action>
+ <action dev="ltheussl" type="add" issue="MPJAVA-41">New property
+ <code>maven.compile.failonerror</code>.
+ </action>
+ <action dev="ltheussl" type="add" issue="MPJAVA-32">New property
+ <code>maven.compile.debuglevel</code>.
+ </action>
+ <action dev="ltheussl" type="add" issue="MPJAVA-44">New property
+ <code>maven.compile.nowarn</code>.
+ </action>
+ <action dev="ltheussl" type="fix" issue="MPJAVA-23">Set
+ <code>maven.compile.deprecation=on</code>by default.
+ </action>
<action dev="ltheussl" type="fix" issue="MPJAVA-30">Compiling gives
incorrect warning about target JVM version.</action>
- <action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G.
Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than
one clause present.</action>
+ <action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G.
Mac Dowell">
+ <code>sourceModifications</code>handled incorrectly when more than one
clause present.
+ </action>
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for
maven.compile.extdirs.</action>
<action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron
Gallagher">Make a report with compiler output</action>
<action dev="carlos" type="add" issue="MPJAVA-34">Capture Deprecation
Warnings.</action>