You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/01/29 03:38:51 UTC

cvs commit: maven-plugins/ejb/announcements 1.3.ann

dion        2004/01/28 18:38:51

  Modified:    ejb      project.xml
               ejb/xdocs navigation.xml changes.xml
  Added:       ejb/announcements 1.3.ann
  Log:
  Prep for release
  
  Revision  Changes    Path
  1.19      +8 -1      maven-plugins/ejb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	26 Nov 2003 21:11:34 -0000	1.18
  +++ project.xml	29 Jan 2004 02:38:51 -0000	1.19
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ejb-plugin</id>
     <name>Maven EJB Plugin</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description>EJB Plugin for Maven</description>
     <shortDescription>EJB Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ejb/</url>
  @@ -15,6 +15,13 @@
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ejb/</connection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/ejb/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_EJB_1_3</tag>
  +    </version>
  +  </versions>
     <mailingLists/>
     <developers>
       <developer>
  
  
  
  1.4       +1 -0      maven-plugins/ejb/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	26 Nov 2003 20:59:41 -0000	1.3
  +++ navigation.xml	29 Jan 2004 02:38:51 -0000	1.4
  @@ -14,6 +14,7 @@
         <item name="Tasks" href="/tasks.html"/>
       </menu>
       <menu name="Downloads">
  +      <item name="EJB Plugin 1.3" href="http://www.ibiblio.org/maven/maven/plugins/maven-ejb-plugin-1.3.jar"/>
         <item name="EJB Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-ejb-plugin-1.2.jar"/>
       </menu>
     </body>
  
  
  
  1.12      +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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	29 Jan 2004 02:31:22 -0000	1.11
  +++ changes.xml	29 Jan 2004 02:38:51 -0000	1.12
  @@ -6,7 +6,7 @@
     </properties>
     <body>
   
  -    <release version="1.3" date="in CVS">
  +    <release version="1.3" date="2004-01-29">
         <action dev="dion" type="fix">
           Only include maven.ejb.src if it exists
         </action>
  
  
  
  1.1                  maven-plugins/ejb/announcements/1.3.ann
  
  Index: 1.3.ann
  ===================================================================
  The Maven team is pleased to announce the EJB plugin 1.3 release!
  
  http://maven.apache.org/reference/plugins/ejb
  
  The Maven EJB plugin is a plugin for building J2EE EJBs.
  
  User-visible changes in this version:
  
  o maven.ejb.src directory is only included in the ejb if it exists.
  
  
  Note that this plugin has been tested with Maven 1.0 rc1.
  Using it with another version of Maven is at your own risk!
  
  You can download the EJB plugin here:
  http://www.ibiblio.org/maven/maven/plugins/maven-ejb-plugin-1.3.jar
  
  Have fun!
  -dIon
  
  

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