dion        2003/10/08 09:56:34

  Modified:    torque   project.xml plugin.jelly
               torque/xdocs changes.xml
  Log:
  Apply MAVEN-852
  
  Revision  Changes    Path
  1.16      +4 -4      maven-plugins/torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/torque/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       29 Sep 2003 05:19:13 -0000      1.15
  +++ project.xml       8 Oct 2003 16:56:34 -0000       1.16
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-torque-plugin</id>
     <name>Maven Torque Plug-in</name>
  -  <currentVersion>3.2</currentVersion>
  +  <currentVersion>3.3-SNAPSHOT</currentVersion>
     <description>Maven Plugin for Torque</description>
     <shortDescription>Maven Plugin for Torque</shortDescription>
     <url>http://maven.apache.org/reference/plugins/torque/</url>
  @@ -80,7 +80,7 @@
       </dependency>
       <dependency>
         <id>commons-dbcp</id>
  -      <version>20030818.201141</version>
  +      <version>20030825.184428</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  @@ -116,7 +116,7 @@
       <dependency>
         <groupId>torque</groupId>
         <artifactId>torque-gen</artifactId>
  -      <version>3.1-beta1</version>
  +      <version>3.1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  @@ -130,7 +130,7 @@
       </dependency>
       <dependency>
         <id>village</id>
  -      <version>2.0-dev-20030625</version>
  +      <version>2.0-dev-20030825</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.11      +1 -1      maven-plugins/torque/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/torque/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly      16 Sep 2003 04:16:43 -0000      1.10
  +++ plugin.jelly      8 Oct 2003 16:56:34 -0000       1.11
  @@ -42,7 +42,7 @@
   
            Note: I have no idea why this file is not already processed by the plugin..
         -->
  -    <property 
file="${maven.plugin.dir}/maven-torque-plugin-3.2-SNAPSHOT/plugin.properties"/>
  +    <property file="${maven.plugin.dir}/maven-torque-plugin-3.2/plugin.properties"/>
   
       <!-- Define all of the tasks -->
       <taskdef
  
  
  
  1.7       +6 -3      maven-plugins/torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/torque/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       29 Sep 2003 06:27:58 -0000      1.6
  +++ changes.xml       8 Oct 2003 16:56:34 -0000       1.7
  @@ -6,13 +6,16 @@
     </properties>
   
     <body>
  +    <release version="3.3" date="in CVS">
  +      <action dev="mpoeschl" type="update">
  +        update to torque-3.1
  +      </action>
  +    </release>
  +  
       <release version="3.2" date="2003-09-29">
         <action dev="dion" type="fix">Apply MAVEN-690</action>
         <action dev="evenisse" type="fix">
           Fix prereqs of torque:om-zip goal.
  -      </action>
  -      <action dev="dion" type="update">
  -        update to velocity 1.4-dev
         </action>
         <action dev="dion" type="update">
           Move to log4j 1.2.8
  
  
  

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

Reply via email to