aheritier    2004/09/26 06:57:33

  Modified:    javadoc  project.xml
               javadoc/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.7
  
  Revision  Changes    Path
  1.50      +10 -2     maven-plugins/javadoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- project.xml       25 Sep 2004 12:29:33 -0000      1.49
  +++ project.xml       26 Sep 2004 13:57:33 -0000      1.50
  @@ -1,3 +1,5 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <project>
     <!-- 
   /*
  @@ -16,10 +18,11 @@
    * limitations under the License.
    */
     -->
  +
     <extend>../plugin-parent/project.xml</extend>
     <artifactId>maven-javadoc-plugin</artifactId>
     <name>Maven Javadoc Plug-in</name>
  -  <currentVersion>1.7-SNAPSHOT</currentVersion>
  +  <currentVersion>1.7</currentVersion>
     <shortDescription>Produce Javadocs and report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/javadoc/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPJAVADOC</issueTrackingUrl>
  @@ -55,6 +58,11 @@
         <name>1.6.1</name>
         <tag>MAVEN_JAVADOC_1_6_1</tag>
       </version>
  +    <version>
  +      <id>1.7</id>
  +      <name>1.7</name>
  +      <tag>MAVEN_JAVADOC_1_7</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -151,4 +159,4 @@
         </resources>
       </unitTest>
     </build>
  -</project>
  \ No newline at end of file
  +</project>
  
  
  
  1.54      +8 -4      maven-plugins/javadoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/xdocs/changes.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- changes.xml       24 Sep 2004 22:52:08 -0000      1.53
  +++ changes.xml       26 Sep 2004 13:57:33 -0000      1.54
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -16,6 +17,7 @@
    * limitations under the License.
    */
    -->
  +
   <document>
     <properties>
       <title>Changes</title>
  @@ -24,15 +26,17 @@
       <author email="[EMAIL PROTECTED]">Arnaud Heritier</author>
     </properties>
     <body>
  -    <release version="1.7-SNAPSHOT" date="In CVS">
  +    <release version="1.7" date="2004-09-26">
         <action dev="aheritier" type="fix" issue="MPJAVADOC-46">Standard doclet 
parameters were passed to javadoc even if another doclet is used.</action>
         <action dev="aheritier" type="add" issue="MPJAVADOC-45">Output encoding and 
charset are setted to ${maven.docs.outputencoding}</action>
         <action dev="aheritier" type="fix" issue="MPJAVADOC-44">Cannot build the 
plugin with jdk 1.3</action>
  -      <action dev="aheritier" type="fix" issue="MPJAVADOC-43">Javadoc plugin causes 
site to fail </action>
  -      <action dev="felipeal"  type="fix" issue="MPJAVADOC-42">Javadoc warning 
report was throwing exception when used with <code>Java 1.3</code>.</action>      
  +      <action dev="aheritier" type="fix" issue="MPJAVADOC-43">Javadoc plugin causes 
site to fail</action>
  +      <action dev="felipeal" type="fix" issue="MPJAVADOC-42">Javadoc warning report 
was throwing exception when used with
  +        <code>Java 1.3</code>.
  +      </action>
         <action dev="aheritier" type="fix" issue="MPJAVADOC-41">Javadoc does not get 
created with multiple entries in maven.compile.src.set</action>
         <action dev="aheritier" type="fix" issue="MPJAVADOC-40">javadoc:jar fails if 
project doesn't have source files.</action>
  -      <action dev="carlos"    type="add" issue="MPJAVADOC-39">Added 
maven.javadoc.bottom property</action>
  +      <action dev="carlos" type="add" issue="MPJAVADOC-39">Added 
maven.javadoc.bottom property</action>
         <action dev="aheritier" type="fix" issue="MPJAVADOC-38">The type for the 
javadoc is "javadoc.jar" when it is deployed on a repository.</action>
         <action dev="aheritier" type="fix" issue="MPJAVADOC-37">Default javadoc scope 
(package) can't be replaced by private or public.</action>
         <action dev="aheritier" type="fix" issue="MPJAVADOC-36">Javadoc fails if 
pom.package isn't specified.</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to