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 2003/11/15 17:12:30 UTC

cvs commit: maven-plugins/changelog project.xml

vmassol     2003/11/15 08:12:30

  Modified:    changelog/xdocs changes.xml
               changelog project.xml
  Log:
  - minor formatting change
  - renamed 1.4-dev to 1.4-SNAPSHOT
  
  Revision  Changes    Path
  1.15      +8 -7      maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	29 Oct 2003 16:23:33 -0000	1.14
  +++ changes.xml	15 Nov 2003 16:12:30 -0000	1.15
  @@ -7,7 +7,8 @@
     </properties>
   
     <body>
  -  	<release version="1.4-dev" date="in cvs">
  +
  +  	<release version="1.4" date="in CVS">
    	  <action dev="epugh" type="update">
           If, using the cvslib, fails, then fall back to using
           the command line call to the cvs executable.
  @@ -20,6 +21,7 @@
           MAVEN-963. Add support for Perforce SCM and cleaned up some docs.
         </action>
       </release>
  +
       <release version="1.3" date="2003-09-29">
         <action dev="dion" type="update">
           MAVEN-811. Add support of IBM Rational ClearCase SCM.
  @@ -44,27 +46,26 @@
           So, corresponding entrys in menu will appear only if reports are registered.
         </action>
         <action dev="evenisse" type="fix">
  -        <p>
  -          Fix MAVEN-483. Corrected link for viewcvs configured with muliple cvs repository.
  -        </p>
  +        Fix MAVEN-483. Corrected link for viewcvs configured with muliple cvs repository.
         </action>
       </release>
  +
       <release version="1.2" date="UNKNOWN">
         <action dev="dion" type="add">
  -        <p>
  -          Added more documentation
  -        </p>
  +        Added more documentation
         </action>
         <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">
           Fix for Maven-5
         </action>
       </release>
  +
     </body>
   </document>
   
  
  
  
  1.22      +1 -1      maven-plugins/changelog/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	25 Oct 2003 18:33:13 -0000	1.21
  +++ project.xml	15 Nov 2003 16:12:30 -0000	1.22
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-changelog-plugin</id>
     <name>Maven Changelog Plug-in</name>
  -  <currentVersion>1.4-dev</currentVersion>
  +  <currentVersion>1.4-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce SCM changelog reports</shortDescription>
     <url>http://maven.apache.org/reference/plugins/changelog/</url>
  
  
  

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