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:40:19 UTC

cvs commit: maven-plugins/console project.xml

vmassol     2004/05/02 06:40:19

  Modified:    console  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.22      +7 -2      maven-plugins/console/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/console/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	10 Apr 2004 00:56:55 -0000	1.21
  +++ project.xml	2 May 2004 13:40:19 -0000	1.22
  @@ -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-console-plugin</id>
     <name>Maven Console Plug-in</name>
  @@ -40,6 +40,11 @@
         <id>1.0</id>
         <name>1.0</name>
         <tag>MAVEN_CONSOLE_1_0</tag>
  +    </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  

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