[maven-scm-plugin] prepare release 1.6.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 10:04:42 +00:00
parent a9afa4631a
commit 3232a88077
2 changed files with 67 additions and 62 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-java-plugin</id> <id>maven-java-plugin</id>
<name>Maven Java Plugin</name> <name>Maven Java Plugin</name>
<currentVersion>1.6.1-SNAPSHOT</currentVersion> <currentVersion>1.6.1</currentVersion>
<description/> <description/>
<shortDescription>Compile java code</shortDescription> <shortDescription>Compile java code</shortDescription>
<versions> <versions>
@ -46,6 +46,11 @@
<name>1.6</name> <name>1.6</name>
<tag>MAVEN_JAVA_1_6</tag> <tag>MAVEN_JAVA_1_6</tag>
</version> </version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_JAVA_1_6_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -17,78 +17,78 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
<author email="kschrader@karmalab.org">Kurt Schrader</author> <author email="kschrader@karmalab.org">Kurt Schrader</author>
</properties> </properties>
<body> <body>
<release version="1.6.1-SNAPSHOT" date="in SVN"> <release version="1.6.1" date="2006-10-29">
<action dev="ltheussl" type="fix" issue="MPJAVA-45">Java report fails build if no source files present.</action> <action dev="ltheussl" type="fix" issue="MPJAVA-45">Java report fails build if no source files present.</action>
</release> </release>
<release version="1.6" date="2006-03-26"> <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-4">Compile fails using forked compiler when directory contains spaces.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for <action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for
<code>${maven.gen.src}</code>before compiling. <code>${maven.gen.src}</code>before compiling.
</action> </action>
<action dev="ltheussl" type="add" issue="MPJAVA-41">New property <action dev="ltheussl" type="add" issue="MPJAVA-41">New property
<code>maven.compile.failonerror</code>. <code>maven.compile.failonerror</code>.
</action> </action>
<action dev="ltheussl" type="add" issue="MPJAVA-32">New property <action dev="ltheussl" type="add" issue="MPJAVA-32">New property
<code>maven.compile.debuglevel</code>. <code>maven.compile.debuglevel</code>.
</action> </action>
<action dev="ltheussl" type="add" issue="MPJAVA-44">New property <action dev="ltheussl" type="add" issue="MPJAVA-44">New property
<code>maven.compile.nowarn</code>. <code>maven.compile.nowarn</code>.
</action> </action>
<action dev="ltheussl" type="fix" issue="MPJAVA-23">Set <action dev="ltheussl" type="fix" issue="MPJAVA-23">Set
<code>maven.compile.deprecation=on</code>by default. <code>maven.compile.deprecation=on</code>by default.
</action> </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-30">Compiling gives incorrect warning about target JVM version.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"> <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. <code>sourceModifications</code>handled incorrectly when more than one clause present.
</action> </action>
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</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-40" due-to="Ron Gallagher">Make a report with compiler output</action>
<action dev="carlos" type="add" issue="MPJAVA-34">Capture Deprecation Warnings.</action> <action dev="carlos" type="add" issue="MPJAVA-34">Capture Deprecation Warnings.</action>
</release> </release>
<release version="1.5" date="2004-12-04"> <release version="1.5" date="2004-12-04">
<action dev="vmassol" type="fix" issue="MPJAVA-22">Make it work by default with any version of the JDK</action> <action dev="vmassol" type="fix" issue="MPJAVA-22">Make it work by default with any version of the JDK</action>
<action dev="brett" type="update">Deprecate dependency handle</action> <action dev="brett" type="update">Deprecate dependency handle</action>
<action dev="dion" type="update">Use assert taglib for tests</action> <action dev="dion" type="update">Use assert taglib for tests</action>
</release> </release>
<release version="1.4" date="2004-05-15"> <release version="1.4" date="2004-05-15">
<action dev="brett" type="fix" issue="MPJAVA-18" due-to="Lynn Richards">Allow specifying a JDK to compile with other than the running one</action> <action dev="brett" type="fix" issue="MPJAVA-18" due-to="Lynn Richards">Allow specifying a JDK to compile with other than the running one</action>
<action dev="brett" type="fix" issue="MPJAVA-1" due-to="Scott Foster">Add memory usage parameters to pass to the ant javac task</action> <action dev="brett" type="fix" issue="MPJAVA-1" due-to="Scott Foster">Add memory usage parameters to pass to the ant javac task</action>
<action dev="brett" type="fix">Add source property, default to 1.3. This is required to use JDK 1.5.</action> <action dev="brett" type="fix">Add source property, default to 1.3. This is required to use JDK 1.5.</action>
</release> </release>
<release version="1.3" date="2003-09-29"> <release version="1.3" date="2003-09-29">
<action dev="evenisse" type="remove">Remove clean goals and jar goals. Clean goals and jar goals move to clean plugin and jar plugin.</action> <action dev="evenisse" type="remove">Remove clean goals and jar goals. Clean goals and jar goals move to clean plugin and jar plugin.</action>
<action dev="dion" type="fix">Added chgrp maven to jar:deploy.</action> <action dev="dion" type="fix">Added chgrp maven to jar:deploy.</action>
<action dev="dion" type="add">Added velocity.log to files deleted on clean</action> <action dev="dion" type="add">Added velocity.log to files deleted on clean</action>
</release> </release>
<release version="1.2" date="2003-02-12"> <release version="1.2" date="2003-02-12">
<action dev="kschrader" type="add">Added the jar:install-snapshot goal to install a SNAPSHOT version jar in the local repository.</action> <action dev="kschrader" type="add">Added the jar:install-snapshot goal to install a SNAPSHOT version jar in the local repository.</action>
<action dev="dion" type="add" due-to="Daigo Moriwaki">Added maven.compile.encoding property</action> <action dev="dion" type="add" due-to="Daigo Moriwaki">Added maven.compile.encoding property</action>
<action dev="dion" type="fix">Added docs on properties</action> <action dev="dion" type="fix">Added docs on properties</action>
</release> </release>
<release version="1.1" date="2002-10-06"> <release version="1.1" date="2002-10-06">
<action dev="dion" type="fix">Added <action dev="dion" type="fix">Added
<a href="goals.html">goals documentation</a> <a href="goals.html">goals documentation</a>
</action> </action>
<action dev="dion" type="add">Added maven.compile.source, maven.compile.target, maven.compile.executable, maven.compile.fork and maven.compile.compilerargs properties to allow people with generics to build with Maven</action> <action dev="dion" type="add">Added maven.compile.source, maven.compile.target, maven.compile.executable, maven.compile.fork and maven.compile.compilerargs properties to allow people with generics to build with Maven</action>
<action dev="vmassol" type="fix">Compilation now only happens if java source is present</action> <action dev="vmassol" type="fix">Compilation now only happens if java source is present</action>
<action dev="dion" type="fix" issue="MAVEN-102">Applied fix for MAVEN-102, which allows a manifest file to be specified, as well as the defaults when jar'ing.</action> <action dev="dion" type="fix" issue="MAVEN-102">Applied fix for MAVEN-102, which allows a manifest file to be specified, as well as the defaults when jar'ing.</action>
<action dev="smor" type="update">Added goals installing and deploying the plugin: <action dev="smor" type="update">Added goals installing and deploying the plugin:
<ol> <ol>
<li>plugin:install installs the plugin in Maven's plugins dir</li> <li>plugin:install installs the plugin in Maven's plugins dir</li>
<li>plugin:deploy installs an unpacked version of the plugin in Maven's plugins dir</li> <li>plugin:deploy installs an unpacked version of the plugin in Maven's plugins dir</li>
</ol> </ol>
<p>This is meant to ease the installation of plugins without having to bootstrap or manually copy the generated plugin to Maven's plugins dir.</p> <p>This is meant to ease the installation of plugins without having to bootstrap or manually copy the generated plugin to Maven's plugins dir.</p>
</action> </action>
</release> </release>
<release version="1.0" date="2002-08-04"> <release version="1.0" date="2002-08-04">
<action dev="jvanzyl" type="add">Initial plugin created</action> <action dev="jvanzyl" type="add">Initial plugin created</action>
</release> </release>
</body> </body>
</document> </document>