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/10/23 14:43:38 UTC

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

brett       2004/10/23 05:43:38

  Modified:    jellydoc project.xml
               jellydoc/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3.1
  
  Revision  Changes    Path
  1.33      +6 -1      maven-plugins/jellydoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jellydoc/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	15 Jul 2004 00:15:13 -0000	1.32
  +++ project.xml	23 Oct 2004 12:43:38 -0000	1.33
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jellydoc-plugin</id>
     <name>Maven JellyDoc Plug-in</name>
  -  <currentVersion>1.3.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3.1</currentVersion>
     <!-- Gump integration -->
   
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  @@ -112,6 +112,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>MAVEN_JELLYDOC_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.3.1</id>
  +      <name>1.3.1</name>
  +      <tag>MAVEN_JELLYDOC_1_3_1</tag>
       </version>
     </versions>
   </project>
  
  
  
  1.12      +4 -3      maven-plugins/jellydoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jellydoc/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	15 Jul 2004 00:15:13 -0000	1.11
  +++ changes.xml	23 Oct 2004 12:43:38 -0000	1.12
  @@ -25,9 +25,10 @@
       <author email="kschrader@karmalab.org">Kurt Schrader</author>
     </properties>
     <body>
  -    <release version="1.3.1-SNAPSHOT" date="in CVS">
  +    <release version="1.3.1" date="2004-10-23">
  +      <action dev="dion" type="fix">Use tools.jar for javadoc as it cannot be distributed from the repository</action>
       </release>
  -    <release version="1.3" date="2004-05-16"></release>
  +    <release version="1.3" date="2004-05-16"/>
       <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>
  @@ -38,6 +39,6 @@
         <action dev="dion" type="update">Upgrade to dom4j 1.4</action>
         <action dev="dion" type="fix">Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom if a ${basedir} prefix is required.</action>
       </release>
  -    <release version="1.0" date="Unknown"></release>
  +    <release version="1.0" date="Unknown"/>
     </body>
   </document>
  
  
  

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