vmassol     2004/05/02 06:44:56

  Modified:    dist     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.24      +13 -8     maven-plugins/dist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/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 13:44:56 -0000       1.24
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-dist-plugin</id>
     <name>Maven Distribution Plug-in</name>
  @@ -33,6 +33,18 @@
       <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/dist/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/dist</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_DIST_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>HEAD</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Bob McWhirter</name>
  @@ -69,11 +81,4 @@
         <version>1.0.1</version>
       </dependency>
     </dependencies>
  -  <versions>
  -    <version>
  -      <id>1.4</id>
  -      <name>1.4</name>
  -      <tag>MAVEN_DIST_1_4</tag>
  -    </version>
  -  </versions>
   </project>
  
  
  

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

Reply via email to