vmassol     2004/05/02 07:01:09

  Modified:    jalopy/xdocs changes.xml
               jalopy   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.9       +3 -1      maven-plugins/jalopy/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       4 Mar 2004 18:31:21 -0000       1.8
  +++ changes.xml       2 May 2004 14:01:09 -0000       1.9
  @@ -24,7 +24,9 @@
     </properties>
   
     <body>
  -     <release version="1.1" date="2003-09-29">
  +    <release version="1.2-SNAPSHOT" date="in CVS">
  +    </release>
  +    <release version="1.1" date="2003-09-29">
         <action dev="evenisse" type="fix">
           Fixed MAVEN-798. Add Test source formatting.
         </action>
  
  
  
  1.31      +7 -2      maven-plugins/jalopy/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml       10 Apr 2004 00:59:23 -0000      1.30
  +++ project.xml       2 May 2004 14:01:09 -0000       1.31
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +
   <!-- 
   /*
    * 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-jalopy-plugin</id>
     <name>Maven Jalopy Plugin</name>
  @@ -39,6 +39,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_JALOPY_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  

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

Reply via email to