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:57:51 UTC

cvs commit: maven-plugins/idea project.xml

vmassol     2004/05/02 06:57:51

  Modified:    idea     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/idea/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/idea/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	1 May 2004 01:11:37 -0000	1.23
  +++ project.xml	2 May 2004 13:57:51 -0000	1.24
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-idea-plugin</id>
     <name>Maven IDEA Plug-in</name>
  @@ -34,6 +34,18 @@
       <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/idea/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/idea/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_IDEA_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>HEAD</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Kurt Schrader</name>
  @@ -64,11 +76,4 @@
         </roles>
       </developer>
     </developers>
  -  <versions>
  -    <version>
  -      <id>1.3</id>
  -      <name>1.3</name>
  -      <tag>MAVEN_IDEA_1_3</tag>
  -    </version>
  -  </versions>
   </project>
  
  
  

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