You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/02 16:06:38 UTC

cvs commit: maven-plugins/javadoc project.xml

vmassol     2004/05/02 07:06:38

  Modified:    javadoc/xdocs changes.xml
               javadoc  project.xml
  Log:
  inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build
  
  Revision  Changes    Path
  1.25      +1 -1      maven-plugins/javadoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/xdocs/changes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.xml	27 Apr 2004 01:24:45 -0000	1.24
  +++ changes.xml	2 May 2004 14:06:38 -0000	1.25
  @@ -25,7 +25,7 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.5" date="in CVS">
  +    <release version="1.5-SNAPSHOT" date="in CVS">
         <action dev="dion" type="fix" issue="MPJAVADOC-22" due-to="fabrizio giustina">
           trim absolute paths to basedir in javadoc report, remove [javadoc] banner
         </action>
  
  
  
  1.31      +18 -13    maven-plugins/javadoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	27 Apr 2004 01:24:45 -0000	1.30
  +++ project.xml	2 May 2004 14:06:38 -0000	1.31
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-javadoc-plugin</id>
     <name>Maven Javadoc Plug-in</name>
  @@ -34,6 +34,23 @@
       <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/javadoc/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/javadoc/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_JAVADOC_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_JAVADOC_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>HEAD</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Emmanuel Venisse</name>
  @@ -97,16 +114,4 @@
         <version>2.0</version>
       </dependency>
     </dependencies>
  -  <versions>
  -    <version>
  -      <id>1.3</id>
  -      <name>1.3</name>
  -      <tag>MAVEN_JAVADOC_1_3</tag>
  -    </version>
  -    <version>
  -      <id>1.4</id>
  -      <name>1.4</name>
  -      <tag>MAVEN_JAVADOC_1_4</tag>
  -    </version>
  -  </versions>
   </project>
  
  
  

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