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/10/23 14:07:59 UTC

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

brett       2004/10/23 05:07:59

  Modified:    release  project.xml
               release/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4.1
  
  Revision  Changes    Path
  1.37      +6 -1      maven-plugins/release/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml	19 Jul 2004 00:47:36 -0000	1.36
  +++ project.xml	23 Oct 2004 12:07:59 -0000	1.37
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-release-plugin</id>
     <name>Maven Release Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4.1</currentVersion>
     <description/>
     <shortDescription>Produce project release</shortDescription>
     <url>http://maven.apache.org/reference/plugins/release/</url>
  @@ -105,6 +105,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_RELEASE_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.4.1</id>
  +      <name>1.4.1</name>
  +      <tag>MAVEN_RELEASE_1_4_1</tag>
       </version>
     </versions>
   </project>
  
  
  
  1.17      +1 -2      maven-plugins/release/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml	6 Aug 2004 22:43:03 -0000	1.16
  +++ changes.xml	23 Oct 2004 12:07:59 -0000	1.17
  @@ -25,10 +25,9 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.5-SNAPSHOT" date="in CVS">
  +    <release version="1.4.1" date="2004-10-23">
         <action dev="carlos" type="fix" issue="MPRELEASE-9">Close output file in AbstractPomTransformer.write()</action>
       </release>
  -    
       <release version="1.4" date="2004-06-19">
         <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
         <action dev="dion" type="update" issue="MPRELEASE-6">Code cleanup - remove unused imports</action>
  
  
  

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