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

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

dion        2004/07/14 17:15:13

  Modified:    jellydoc project.xml
               jellydoc/xdocs changes.xml
  Log:
  Use later version of jelly xml tags
  
  Revision  Changes    Path
  1.32      +2 -2      maven-plugins/jellydoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jellydoc/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	25 Jun 2004 15:24:29 -0000	1.31
  +++ project.xml	15 Jul 2004 00:15:13 -0000	1.32
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jellydoc-plugin</id>
     <name>Maven JellyDoc Plug-in</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.3.1-SNAPSHOT</currentVersion>
     <!-- Gump integration -->
   
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  @@ -68,7 +68,7 @@
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
  -      <version>20030211.142705</version>
  +      <version>20040613.030723</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
       </dependency>
       <dependency>
  
  
  
  1.11      +3 -0      maven-plugins/jellydoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jellydoc/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	7 Mar 2004 01:06:31 -0000	1.10
  +++ changes.xml	15 Jul 2004 00:15:13 -0000	1.11
  @@ -25,6 +25,9 @@
       <author email="kschrader@karmalab.org">Kurt Schrader</author>
     </properties>
     <body>
  +    <release version="1.3.1-SNAPSHOT" date="in CVS">
  +    </release>
  +    <release version="1.3" date="2004-05-16"></release>
       <release version="1.2" date="2004-03-07">
         <action dev="evenisse" type="fix">Externalise output directory and encoding. JellyDoc report works correctly now with multiproject.</action>
         <action dev="dion" type="fix">Only register report if sources exist</action>
  
  
  

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