dblevins    2004/04/26 00:18:14

  Modified:    modules/assembly maven.xml project.xml
  Log:

  Updated version number to 2.0M1
  
  Revision  Changes    Path
  1.5       +2 -2      openejb/modules/assembly/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/assembly/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml 23 Apr 2004 03:55:30 -0000      1.4
  +++ maven.xml 26 Apr 2004 04:18:14 -0000      1.5
  @@ -155,7 +155,7 @@
               <ant:jvmarg value="-ea"/>
               <ant:arg value="--install"/>
               <ant:arg value="--module"/>
  -            <ant:arg value="${project.root}/modules/connector/target/jdbc.rar"/>
  +            <ant:arg 
value="${project.root}/modules/connector/target/openejb-jca-${pom.currentVersion}.rar"/>
           </ant:java>
   
           <!-- build the itests configuration -->
  
  
  
  1.6       +3 -3      openejb/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       24 Apr 2004 17:26:34 -0000      1.5
  +++ project.xml       26 Apr 2004 04:18:14 -0000      1.6
  @@ -12,8 +12,8 @@
   
       <name>OpenEJB :: Assembly</name>
       <id>openejb-assembly</id>
  -    <shortDescription>OpenEJb Assembly</shortDescription>
  -    <description>OpenEJb Assembly</description>
  +    <shortDescription>OpenEJB Assembly</shortDescription>
  +    <description>OpenEJB Assembly</description>
   
       <!-- ============ -->
       <!-- Dependencies -->
  
  
  

Reply via email to