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 13:08:54 UTC

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

brett       2004/10/23 04:08:54

  Modified:    changes  project.xml
               changes/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5.1
  
  Revision  Changes    Path
  1.35      +6 -1      maven-plugins/changes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	10 Jul 2004 16:32:50 -0000	1.34
  +++ project.xml	23 Oct 2004 11:08:54 -0000	1.35
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-changes-plugin</id>
     <name>Maven Changes Plugin</name>
  -  <currentVersion>1.6-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5.1</currentVersion>
     <shortDescription>Produce changes report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/changes/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>
  @@ -48,6 +48,11 @@
         <id>1.5</id>
         <name>1.5</name>
         <tag>MAVEN_CHANGES_1_5</tag>
  +    </version>
  +    <version>
  +      <id>1.5.1</id>
  +      <name>1.5.1</name>
  +      <tag>MAVEN_CHANGES_1_5_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.31      +5 -9      maven-plugins/changes/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/xdocs/changes.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- changes.xml	15 Sep 2004 11:05:11 -0000	1.30
  +++ changes.xml	23 Oct 2004 11:08:54 -0000	1.31
  @@ -24,15 +24,11 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.6-SNAPSHOT" date="in CVS">
  -      <action dev="vmassol" type="fix" issue="MPCHANGES-20">
  -        Fixed typo in changes.xml example on plugin web site.
  -      </action>
  -      <action dev="carlos" type="fix" issue="MPCHANGES-19">
  -        Close output file in ReleaseVersion.releaseVersion()
  -      </action>
  -      <action dev="vmassol" type="fix" issue="MPCHANGES-17">
  -        Use the short notation for JIRA links (<code>%URL%/%ISSUE%</code>).
  +    <release version="1.5.1" date="2004-10-23">
  +      <action dev="vmassol" type="fix" issue="MPCHANGES-20">Fixed typo in changes.xml example on plugin web site.</action>
  +      <action dev="carlos" type="fix" issue="MPCHANGES-19">Close output file in ReleaseVersion.releaseVersion()</action>
  +      <action dev="vmassol" type="fix" issue="MPCHANGES-17">Use the short notation for JIRA links (
  +        <code>%URL%/%ISSUE%</code>).
         </action>
       </release>
       <release version="1.5" date="2004-07-08">
  
  
  

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