You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 04:43:18 UTC

cvs commit: maven-plugins/cruisecontrol/xdocs changes.xml

brett       2004/05/15 19:43:18

  Modified:    cruisecontrol project.xml
               cruisecontrol/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.20      +6 -1      maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	16 May 2004 01:35:46 -0000	1.19
  +++ project.xml	16 May 2004 02:43:18 -0000	1.20
  @@ -22,7 +22,7 @@
     <extend>../plugin-parent/project.xml</extend>
     <id>maven-cruisecontrol-plugin</id>
     <name>Maven Cruise Control Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description>A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0 RC2.</description>
     <shortDescription>Cruise Control Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
  @@ -37,6 +37,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_CRUISECONTROL_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_CRUISECONTROL_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.4       +2 -2      maven-plugins/cruisecontrol/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	1 Apr 2004 01:48:26 -0000	1.3
  +++ changes.xml	16 May 2004 02:43:18 -0000	1.4
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,14 +18,13 @@
    */
    -->
   
  -
   <document>
     <properties>
       <title>Changes</title>
       <author email="brett@apache.org">Brett Porter</author>
     </properties>
     <body>
  -    <release version="1.2-SNAPSHOT" date="in CVS">
  +    <release version="1.2" date="2004-05-15">
         <action dev="brett" type="fix">fix problem if target does not exist</action>
       </release>
       <release version="1.1" date="2004-03-03">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org