Author: ltheussl
Date: Fri Jul 28 09:07:27 2006
New Revision: 426588

URL: http://svn.apache.org/viewvc?rev=426588&view=rev
Log:
[maven-scm-plugin] prepare release 1.8

Modified:
    maven/maven-1/plugins/trunk/cruisecontrol/project.xml
    maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/cruisecontrol/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/cruisecontrol/project.xml?rev=426588&r1=426587&r2=426588&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/project.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/project.xml Fri Jul 28 09:07:27 
2006
@@ -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>
@@ -62,6 +60,11 @@
       <id>1.7</id>
       <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>

Modified: maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml?rev=426588&r1=426587&r2=426588&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml Fri Jul 28 
09:07:27 2006
@@ -17,7 +17,6 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
@@ -25,12 +24,23 @@
     <author email="[EMAIL PROTECTED]">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>


Reply via email to