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/06/13 05:19:01 UTC

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

brett       2004/06/12 20:19:01

  Modified:    xdoc     project.xml
               xdoc/xdocs changes.xml
  Log:
  PR: MPXDOC-92
  update xml tag library
  
  Revision  Changes    Path
  1.53      +2 -2      maven-plugins/xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- project.xml	19 May 2004 12:40:51 -0000	1.52
  +++ project.xml	13 Jun 2004 03:19:01 -0000	1.53
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-xdoc-plugin</id>
     <name>Maven XDoc Plug-in</name>
  -  <currentVersion>1.7.1</currentVersion>
  +  <currentVersion>1.7.2-SNAPSHOT</currentVersion>
     <description>Convert xdocs into HTML. Requires Maven 1.0 RC2.</description>
     <shortDescription>Convert xdocs into HTML</shortDescription>
     <url>http://maven.apache.org/reference/plugins/xdoc/</url>
  @@ -154,7 +154,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.52      +3 -0      maven-plugins/xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- changes.xml	19 May 2004 12:40:51 -0000	1.51
  +++ changes.xml	13 Jun 2004 03:19:01 -0000	1.52
  @@ -25,6 +25,9 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.7.2" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPXDOC-92">Correct ampersand handling in hrefs.</action>
  +    </release>
       <release version="1.7.1" date="2004-05-19">
         <action dev="aheritier" type="fix" issue="MPXDOC-102" due-to="Rafal Krzewski">Fix bad target in links generated in reports overview page.</action>
       </release>
  
  
  

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