vmassol     2004/05/02 07:04:08

  Modified:    jar      project.xml
               jar/xdocs changes.xml
  Removed:     jar/announcements 1.1.ann
  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.24      +14 -9     maven-plugins/jar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       10 Apr 2004 00:59:23 -0000      1.23
  +++ project.xml       2 May 2004 14:04:08 -0000       1.24
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,9 +18,8 @@
    */
    -->
   
  -
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-jar-plugin</id>
     <name>Maven Jar Plug-in</name>
  @@ -34,6 +34,18 @@
       <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/jar</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/jar/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_JAR_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>HEAD</tag>
  +    </version>
  +  </versions>
     <developers/>
     <dependencies>
       <dependency>
  @@ -47,11 +59,4 @@
         <version>1.4-dev</version>
       </dependency>
     </dependencies>
  -  <versions>
  -    <version>
  -      <id>1.4</id>
  -      <name>1.4</name>
  -      <tag>MAVEN_JAR_1_4</tag>
  -    </version>
  -  </versions>
   </project>
  
  
  
  1.17      +1 -1      maven-plugins/jar/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml       30 Apr 2004 14:38:44 -0000      1.16
  +++ changes.xml       2 May 2004 14:04:08 -0000       1.17
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -16,7 +17,6 @@
    * limitations under the License.
    */
    -->
  -
   
   <document>
     <properties>
  
  
  

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

Reply via email to