You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/09/15 13:05:12 UTC

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

vmassol     2004/09/15 04:05:12

  Modified:    changes/xdocs index.xml changes.xml
  Log:
  MPCHANGES-20. Fixed typo in changes.xml example on plugin web site.
  
  Revision  Changes    Path
  1.5       +1 -1      maven-plugins/changes/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	20 Apr 2004 19:39:52 -0000	1.4
  +++ index.xml	15 Sep 2004 11:05:11 -0000	1.5
  @@ -55,7 +55,7 @@
         <action dev="vmassol" type="add">
           Added blah blah.
         </action>              
  -      <action dev="vmassol" type="fix" issues="JIRA-XXX">
  +      <action dev="vmassol" type="fix" issue="JIRA-XXX">
           Corrected bug blah blah.
         </action>              
         <action dev="vmassol" type="remove" due-to="John Doe" due-to-email="john@doe.com">
  
  
  
  1.30      +3 -0      maven-plugins/changes/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/xdocs/changes.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- changes.xml	6 Aug 2004 21:40:46 -0000	1.29
  +++ changes.xml	15 Sep 2004 11:05:11 -0000	1.30
  @@ -25,6 +25,9 @@
     </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>
  
  
  

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