vmassol     2003/11/26 13:17:55

  Modified:    ear/xdocs navigation.xml changes.xml
               ear      plugin.properties project.xml
  Log:
  Prepare for 1.3 release
  
  Revision  Changes    Path
  1.3       +7 -3      maven-plugins/ear/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml    19 Mar 2003 05:54:17 -0000      1.2
  +++ navigation.xml    26 Nov 2003 21:17:55 -0000      1.3
  @@ -6,11 +6,15 @@
     <body>
       <links>
         <item name="Maven" href="http://maven.apache.org/"/>
  -      <item name="Ear"  href="http://java.sun.com/j2ee/"/>
  +      <item name="Ear" href="http://java.sun.com/j2ee/"/>
       </links>
       <menu name="Overview">
  -      <item name="Goals"              href="/goals.html" />
  -      <item name="Properties"         href="/properties.html" />
  +      <item name="Goals" href="/goals.html"/>
  +      <item name="Properties" href="/properties.html"/>
  +    </menu>
  +    <menu name="Downloads">
  +      <item name="EAR Plugin 1.3" 
href="http://www.ibiblio.org/maven/maven/plugins/maven-ear-plugin-1.3.jar"/>
       </menu>
     </body>
  +
   </project>
  
  
  
  1.11      +2 -1      maven-plugins/ear/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml       16 Nov 2003 17:53:34 -0000      1.10
  +++ changes.xml       26 Nov 2003 21:17:55 -0000      1.11
  @@ -6,8 +6,9 @@
     </properties>
     <body>
   
  -    <release version="1.3" date="in CVS">
  +    <release version="1.3" date="2003-11-26">
         <action dev="dion" type="update" issue="MPEAR-2">
  +        Added sar support in dependencies.
         </action>
       </release>
       
  
  
  
  1.4       +2 -0      maven-plugins/ear/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/plugin.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.properties 25 Jul 2003 14:59:16 -0000      1.3
  +++ plugin.properties 26 Nov 2003 21:17:55 -0000      1.4
  @@ -3,8 +3,10 @@
   # -------------------------------------------------------------------
   # ear plugin.
   # -------------------------------------------------------------------
  +
   # Location of additional sources to include in the ear file 
   maven.ear.src=${maven.src.dir}/application
  +
   # Location of xml configs and manifest files
   maven.ear.descriptordir=${maven.ear.src}/META-INF
   maven.ear.appxml=${maven.ear.descriptordir}/application.xml
  
  
  
  1.19      +1 -1      maven-plugins/ear/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml       16 Nov 2003 17:53:34 -0000      1.18
  +++ project.xml       26 Nov 2003 21:17:55 -0000      1.19
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ear-plugin</id>
     <name>Maven EAR Plugin</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description>Ear Plugin for Maven</description>
     <shortDescription>Ear Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ear/</url>
  
  
  

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

Reply via email to