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:01:53 UTC

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

brett       2004/10/23 05:01:53

  Modified:    jxr      project.xml
               jxr/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4.2
  
  Revision  Changes    Path
  1.47      +6 -1      maven-plugins/jxr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/project.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- project.xml	23 Aug 2004 12:17:46 -0000	1.46
  +++ project.xml	23 Oct 2004 12:01:53 -0000	1.47
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jxr-plugin</id>
     <name>Maven JXR Plug-in</name>
  -  <currentVersion>1.4.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4.2</currentVersion>
     <description>Create cross reference. Requires Maven 1.0 RC2.</description>
     <shortDescription>Create cross reference</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jxr/</url>
  @@ -129,6 +129,11 @@
         <id>1.4.1</id>
         <name>1.4.1</name>
         <tag>MAVEN_JXR_1_4_1</tag>
  +    </version>
  +    <version>
  +      <id>1.4.2</id>
  +      <name>1.4.2</name>
  +      <tag>MAVEN_JXR_1_4_2</tag>
       </version>
     </versions>
   </project>
  
  
  
  1.26      +2 -1      maven-plugins/jxr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/xdocs/changes.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- changes.xml	23 Aug 2004 13:12:44 -0000	1.25
  +++ changes.xml	23 Oct 2004 12:01:53 -0000	1.26
  @@ -25,7 +25,8 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.4.2-SNAPSHOT" date="in CVS">
  +    <release version="1.4.2" date="2004-10-23">
  +      <action dev="brett" type="fix" issue="MPJXR-19" due-to="Stephen Scaringi">Support enum types in Java 5.0</action>
         <action dev="evenisse" type="update" issue="MPJXR-14">Support encoding and lang.</action>
         <action dev="evenisse" type="update" issue="MPJXR-17">Add the possibility to run JXR for tests classes if sources classes doesn't exists.</action>
         <action dev="evenisse" type="fix" issue="MPJXR-13">Remove NullPointerException for empty java files.</action>
  
  
  

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