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 15:41:03 UTC

cvs commit: maven-plugins/cruisecontrol project.xml

vmassol     2004/05/02 06:41:03

  Modified:    cruisecontrol project.xml
  Log:
  - inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build
  - removed custom reports as we can now use the default ones from plugin-parent/project.xml
  
  Revision  Changes    Path
  1.16      +14 -9     maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	8 Apr 2004 00:54:54 -0000	1.15
  +++ project.xml	2 May 2004 13:41:03 -0000	1.16
  @@ -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>
     <id>maven-cruisecontrol-plugin</id>
     <name>Maven Cruise Control Plug-in</name>
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  @@ -32,6 +32,18 @@
       <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/cruisecontrol/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/cruisecontrol/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_CRUISECONTROL_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>HEAD</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Brett Porter</name>
  @@ -58,11 +70,4 @@
         <url>http://jakarta.apache.org/commons/jelly/libs/jsl/</url>
       </dependency>
     </dependencies>
  -  <versions>
  -    <version>
  -      <id>1.1</id>
  -      <name>1.1</name>
  -      <tag>MAVEN_CRUISECONTROL_1_1</tag>
  -    </version>
  -  </versions>
   </project>
  
  
  

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