[maven-scm-plugin] prepare release 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-28 16:07:27 +00:00
parent aac813cb04
commit 3ec5883080
2 changed files with 22 additions and 9 deletions

View File

@ -17,14 +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-cruisecontrol-plugin</id>
<name>Maven Cruise Control Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<currentVersion>1.8</currentVersion>
<description>A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included as a report provide a link to the build results.</description>
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
<versions>
@ -63,6 +61,11 @@
<name>1.7</name>
<tag>MAVEN_CRUISECONTROL_1_7</tag>
</version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_CRUISECONTROL_1_8</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -25,12 +24,23 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="In SVN">
<release version="1.8" date="2006-07-28">
<action dev="ltheussl" type="update">Deprecate the cruisecontrol:run goal. It doesn't work with recent versions of cruisecontrol.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-32">Replace deprecated <code>&lt;currentbuildstatusbootstrapper&gt;</code>, <code>&lt;currentbuildstatuspublisher&gt;</code> and <code>&lt;currentbuildstatusftppublisher&gt;</code> by <code>&lt;currentbuildstatuslistener&gt;</code> and <code>&lt;currentbuildstatusftplistener&gt;</code>.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-32">Replace deprecated
<code>&lt;currentbuildstatusbootstrapper&gt;</code>,
<code>&lt;currentbuildstatuspublisher&gt;</code>and
<code>&lt;currentbuildstatusftppublisher&gt;</code>by
<code>&lt;currentbuildstatuslistener&gt;</code>and
<code>&lt;currentbuildstatusftplistener&gt;</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-30">Add missing documentation for several properties.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-29">Default for <code>maven.cruisecontrol.logs.mergedirectory</code> is incorrect on the Properties page.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-33">Property <code>maven.cruisecontrol.goals</code> contains deprecated <code>scm:update-project</code>.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-29">Default for
<code>maven.cruisecontrol.logs.mergedirectory</code>is incorrect on the Properties page.
</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-33">Property
<code>maven.cruisecontrol.goals</code>contains deprecated
<code>scm:update-project</code>.
</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-xml v1.1 (was v1.0).</action>
<action dev="epugh" type="fix" issue="MPCRUISECONTROL-25">Properties documentation lists incorrect default for maven.cruisecontrol.buildresults.url</action>
</release>