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/05/16 04:45:45 UTC

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

brett       2004/05/15 19:45:45

  Modified:    docbook  project.xml
               docbook/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.34      +6 -1      maven-plugins/docbook/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	16 May 2004 01:35:46 -0000	1.33
  +++ project.xml	16 May 2004 02:45:45 -0000	1.34
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-docbook-plugin</id>
     <name>Maven DocBook Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <shortDescription>Convert docbook to xdoc</shortDescription>
     <url>http://maven.apache.org/reference/plugins/docbook/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/docbook/</siteDirectory>
  @@ -37,6 +37,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_DOCBOOK_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_DOCBOOK_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.14      +9 -22     maven-plugins/docbook/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	2 May 2004 13:45:38 -0000	1.13
  +++ changes.xml	16 May 2004 02:45:45 -0000	1.14
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,32 +23,18 @@
       <title>Changes</title>
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
  -
     <body>
  -    <release version="1.2-SNAPSHOT" date="in CVS">
  -      <action dev="bwalding" type="add">
  -        added functionality to generate pdfs from docbook (ala hibernate documentation)
  -      </action>
  +    <release version="1.2" date="2004-05-15">
  +      <action dev="bwalding" type="add">added functionality to generate pdfs from docbook (ala hibernate documentation)</action>
       </release>
       <release version="1.1" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        update to use maven.docs.*/maven.gen.docs
  -      </action>
  -      <action dev="dion" type="update">
  -        update to xalan 2.4.1
  -      </action>
  -      <action dev="dion" type="update">
  -        update to commons-lang 1.0.1
  -      </action>
  -      <action dev="dion" type="fix" issue="MAVEN-436">
  -        Applied Maven-436 to allow docbook dtds offline
  -      </action>
  +      <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
  +      <action dev="dion" type="update">update to xalan 2.4.1</action>
  +      <action dev="dion" type="update">update to commons-lang 1.0.1</action>
  +      <action dev="dion" type="fix" issue="MAVEN-436">Applied Maven-436 to allow docbook dtds offline</action>
       </release>
       <release version="1.0" date="2002-07-14">
  -      <action dev="dion" type="add">
  -        Original release for Maven 1.0-beta7
  -      </action>
  +      <action dev="dion" type="add">Original release for Maven 1.0-beta7</action>
       </release>
     </body>
   </document>
  -
  
  
  

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