You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/03/07 14:40:41 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/pdf/xdocs changes.xml

evenisse    2003/03/07 05:40:41

  Modified:    src/plugins-build/pdf project.xml
               src/plugins-build/pdf/xdocs changes.xml
  Log:
  update project.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-maven/src/plugins-build/pdf/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pdf/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	3 Mar 2003 14:52:49 -0000	1.4
  +++ project.xml	7 Mar 2003 13:40:41 -0000	1.5
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pdf-plugin</id>
     <name>Maven PDF Plug-in</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://jakarta.apache.org/turbine/maven/reference/plugins/pdf/</url>
  
  
  
  1.2       +3 -0      jakarta-turbine-maven/src/plugins-build/pdf/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pdf/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:45:47 -0000	1.1
  +++ changes.xml	7 Mar 2003 13:40:41 -0000	1.2
  @@ -13,6 +13,9 @@
         <action dev="dion" type="add">
           Fix plugin and fo stylesheet to get plugin working again
         </action>
  +      <action dev="evenisse" type="add" due-to="Kai Runte">
  +        Added table support.
  +      </action>
       </release>
     </body>
   </document>