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:48:35 UTC

cvs commit: maven-plugins/ejb project.xml

vmassol     2004/05/02 06:48:35

  Modified:    ejb/xdocs changes.xml
               ejb      project.xml
  Removed:     ejb/announcements 1.3.ann
  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.15      +1 -1      maven-plugins/ejb/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	31 Mar 2004 05:45:37 -0000	1.14
  +++ changes.xml	2 May 2004 13:48:35 -0000	1.15
  @@ -24,7 +24,7 @@
     </properties>
     <body>
   
  -    <release version="1.4" date="in CVS">
  +    <release version="1.4-SNAPSHOT" date="in CVS">
         <action dev="dion" type="fix">
           Don't generate a Class-Path manfiest entry if there are no jars with ejb.manifest.classpath set to true
         </action>
  
  
  
  1.24      +7 -11     maven-plugins/ejb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.23
  +++ project.xml	2 May 2004 13:48:35 -0000	1.24
  @@ -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-ejb-plugin</id>
     <name>Maven EJB Plugin</name>
  @@ -40,6 +40,11 @@
         <name>1.3</name>
         <tag>MAVEN_EJB_1_3</tag>
       </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>HEAD</tag>
  +    </version>
     </versions>
     <mailingLists/>
     <developers>
  @@ -61,13 +66,4 @@
       </developer>
     </developers>
     <dependencies/>
  -  <reports>
  -    <report>maven-changes-plugin</report>
  -    <report>maven-changelog-plugin</report>
  -    <report>maven-file-activity-plugin</report>
  -    <report>maven-developer-activity-plugin</report>
  -    <report>maven-file-activity-plugin</report>
  -    <report>maven-license-plugin</report>
  -    <report>maven-linkcheck-plugin</report>
  -  </reports>
   </project>
  
  
  

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