You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 04:29:31 UTC

cvs commit: maven-plugins/ejb/xdocs changes.xml

brett       2004/05/15 19:29:31

  Modified:    ejb      project.xml
               ejb/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.28      +6 -1      maven-plugins/ejb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	16 May 2004 01:35:47 -0000	1.27
  +++ project.xml	16 May 2004 02:29:30 -0000	1.28
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ejb-plugin</id>
     <name>Maven EJB Plugin</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <description>EJB Plugin for Maven</description>
     <shortDescription>EJB Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ejb/</url>
  @@ -39,6 +39,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>MAVEN_EJB_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_EJB_1_4</tag>
       </version>
     </versions>
     <mailingLists/>
  
  
  
  1.16      +13 -41    maven-plugins/ejb/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml	2 May 2004 13:48:35 -0000	1.15
  +++ changes.xml	16 May 2004 02:29:30 -0000	1.16
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,53 +24,24 @@
       <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
     </properties>
     <body>
  -
  -    <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>
  +    <release version="1.4" date="2004-05-15">
  +      <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>
       </release>
  -
       <release version="1.3" date="2004-01-29">
  -      <action dev="dion" type="fix">
  -        Only include maven.ejb.src if it exists
  -      </action>
  +      <action dev="dion" type="fix">Only include maven.ejb.src if it exists</action>
       </release>
  -    
       <release version="1.2" date="2003-11-26">
  -      <action dev="dion" type="fix" issue="MAVEN-936">
  -        Synchronize ejb and jar plugin usage of: 
  -        Specification-Title/Vendor/Version
  -        and Implementation-Title/Vendor/Version
  -      </action>
  +      <action dev="dion" type="fix" issue="MAVEN-936">Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version</action>
       </release>
  -    
       <release version="1.1" date="2003-09-29">
  -      <action dev="evenisse" type="add">
  -        Added maven.ejb.index, maven.ejb.client.index properties.
  -      </action>
  -      <action dev="evenisse" type="add">
  -        Added maven.ejb.excludes and maven.ejb.includes properties.
  -      </action>
  -      <action dev="michal" type="add">
  -        Added deploy, deploy-snapshot and install-snapshot goals
  -      </action>
  -      <action dev="michal" type="fix" issue="MAVEN-518">
  -        Artifact processing in the plugin 
  -        was slightly changed and now it supports jar overriding mechanism           
  -      </action>
  -      <action dev="michal" type="fix">
  -         property ejb.bundle.jar was renamed to ejb.bundle 
  -         (old property is still supported, but deprecated)
  -      </action>
  -    </release>  
  -
  +      <action dev="evenisse" type="add">Added maven.ejb.index, maven.ejb.client.index properties.</action>
  +      <action dev="evenisse" type="add">Added maven.ejb.excludes and maven.ejb.includes properties.</action>
  +      <action dev="michal" type="add">Added deploy, deploy-snapshot and install-snapshot goals</action>
  +      <action dev="michal" type="fix" issue="MAVEN-518">Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism</action>
  +      <action dev="michal" type="fix">property ejb.bundle.jar was renamed to ejb.bundle (old property is still supported, but deprecated)</action>
  +    </release>
       <release version="1.0" date="2002-08-04">
  -      <action dev="ncoast" type="add">
  -        Initial plugin created
  -      </action>
  +      <action dev="ncoast" type="add">Initial plugin created</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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