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 03:45:38 UTC

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

brett       2004/05/15 18:45:38

  Modified:    changelog project.xml
               changelog/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.41      +7 -2      maven-plugins/changelog/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/project.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml	16 May 2004 01:35:46 -0000	1.40
  +++ project.xml	16 May 2004 01:45:38 -0000	1.41
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-changelog-plugin</id>
     <name>Maven Changelog Plugin</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</currentVersion>
     <description/>
     <shortDescription>Produce SCM changelog reports</shortDescription>
     <url>http://maven.apache.org/reference/plugins/changelog/</url>
  @@ -40,6 +40,11 @@
         <name>1.4</name>
         <tag>MAVEN_CHANGELOG_1_4</tag>
       </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_CHANGELOG_1_5</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -135,8 +140,8 @@
         <artifactId>maven</artifactId>
         <version>1.0-rc2</version>
       </dependency>
  -
       <!-- Required to build under for JDK 1.3 because we fork junit -->
  +
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xerces</artifactId>
  
  
  
  1.30      +6 -17     maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- changes.xml	10 May 2004 02:00:25 -0000	1.29
  +++ changes.xml	16 May 2004 01:45:38 -0000	1.30
  @@ -25,24 +25,13 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.5" date="in CVS">
  -      <action dev="dion" type="fix" due-to="Tim Shadel" issue="MPCHANGELOG-22">
  -        Parsing of windows user names (domain\user) was broken.
  -      </action>
  +    <release version="1.5" date="2004-05-16">
  +      <action dev="dion" type="fix" due-to="Tim Shadel" issue="MPCHANGELOG-22">Parsing of windows user names (domain\user) was broken.</action>
         <action dev="dion" type="fix" due-to="Archimedes Trajano">Bad documentation for goals</action>
  -      <action dev="dion" type="update">
  -        Add changelog:create-cvspass goal for creating the required .cvspass file
  -        Add documentation on .cvspass file for CVSNT users.
  -      </action>
  -      <action dev="brett" type="update" issue="MPCHANGELOG-31">
  -        Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug.
  -      </action>
  -      <action dev="dion" type="update">
  -        Increase password read failure from debug to warning and provide more
  -        information
  -      </action>
  +      <action dev="dion" type="update">Add changelog:create-cvspass goal for creating the required .cvspass file Add documentation on .cvspass file for CVSNT users.</action>
  +      <action dev="brett" type="update" issue="MPCHANGELOG-31">Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug.</action>
  +      <action dev="dion" type="update">Increase password read failure from debug to warning and provide more information</action>
       </release>
  -    
       <release version="1.4" date="2004-03-07">
         <action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad HTML</action>
         <action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
  @@ -66,7 +55,7 @@
         <action dev="dion" type="add">Reworked CVS changelog plugin to use the project repository connection string, rather than relying on CVS/Entries</action>
       </release>
       <release version="1.1" date="2002-08-01">
  -      <action dev="smor" type="fix" issue="MPCHANGELOG-11"></action>
  +      <action dev="smor" type="fix" issue="MPCHANGELOG-11"/>
       </release>
     </body>
   </document>
  
  
  

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