[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:
parent
aac813cb04
commit
3ec5883080
@ -17,14 +17,12 @@
|
|||||||
* limitations under the License.
|
* 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>
|
<extend>../plugins-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-cruisecontrol-plugin</id>
|
<id>maven-cruisecontrol-plugin</id>
|
||||||
<name>Maven Cruise Control Plugin</name>
|
<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>
|
<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>
|
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -63,6 +61,11 @@
|
|||||||
<name>1.7</name>
|
<name>1.7</name>
|
||||||
<tag>MAVEN_CRUISECONTROL_1_7</tag>
|
<tag>MAVEN_CRUISECONTROL_1_7</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.8</id>
|
||||||
|
<name>1.8</name>
|
||||||
|
<tag>MAVEN_CRUISECONTROL_1_8</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
@ -25,12 +24,23 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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="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><currentbuildstatusbootstrapper></code>, <code><currentbuildstatuspublisher></code> and <code><currentbuildstatusftppublisher></code> by <code><currentbuildstatuslistener></code> and <code><currentbuildstatusftplistener></code>.</action>
|
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-32">Replace deprecated
|
||||||
|
<code><currentbuildstatusbootstrapper></code>,
|
||||||
|
<code><currentbuildstatuspublisher></code>and
|
||||||
|
<code><currentbuildstatusftppublisher></code>by
|
||||||
|
<code><currentbuildstatuslistener></code>and
|
||||||
|
<code><currentbuildstatusftplistener></code>.
|
||||||
|
</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-30">Add missing documentation for several properties.</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-29">Default for
|
||||||
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-33">Property <code>maven.cruisecontrol.goals</code> contains deprecated <code>scm:update-project</code>.</action>
|
<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="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>
|
<action dev="epugh" type="fix" issue="MPCRUISECONTROL-25">Properties documentation lists incorrect default for maven.cruisecontrol.buildresults.url</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user