brett       2004/06/25 09:55:44

  Modified:    changelog project.xml
               changelog/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.6
  
  Revision  Changes    Path
  1.44      +6 -1      maven-plugins/changelog/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml       25 Jun 2004 15:24:27 -0000      1.43
  +++ project.xml       25 Jun 2004 16:55:44 -0000      1.44
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-changelog-plugin</id>
     <name>Maven Changelog Plugin</name>
  -  <currentVersion>1.6-SNAPSHOT</currentVersion>
  +  <currentVersion>1.6</currentVersion>
     <description/>
     <shortDescription>Produce SCM changelog reports</shortDescription>
     <url>http://maven.apache.org/reference/plugins/changelog/</url>
  @@ -44,6 +44,11 @@
         <id>1.5</id>
         <name>1.5</name>
         <tag>MAVEN_CHANGELOG_1_5</tag>
  +    </version>
  +    <version>
  +      <id>1.6</id>
  +      <name>1.6</name>
  +      <tag>MAVEN_CHANGELOG_1_6</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.35      +1 -3      maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- changes.xml       25 Jun 2004 16:12:06 -0000      1.34
  +++ changes.xml       25 Jun 2004 16:55:44 -0000      1.35
  @@ -25,14 +25,12 @@
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
     <body>
  -    
  -    <release version="1.6-SNAPSHOT" date="in CVS">
  +    <release version="1.6" date="2004-06-25">
         <action dev="brett" type="fix" issue="MPCHANGELOG-34" due-to="Rafael 
Santiago, Jr.">Prevent any NPE depending on certain repository definition 
conditions</action>
         <action dev="brett" type="fix">Build and run plugin against the installed 
version of Maven</action>
         <action dev="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format with 
clearcase.</action>
         <action dev="dion" type="update">Allow empty passwords in 
create-cvspass</action>
       </release>
  -    
       <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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to