You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2002/12/08 13:59:50 UTC

cvs commit: jakarta-turbine-torque project.xml default.properties

mpoeschl    2002/12/08 04:59:49

  Modified:    src/maven-plugin project.xml plugin.jelly
               src/conf build-torque.xml
               .        project.xml default.properties
  Log:
  change version to 3.1-dev
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-torque/src/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	3 Dec 2002 15:01:16 -0000	1.4
  +++ project.xml	8 Dec 2002 12:59:48 -0000	1.5
  @@ -3,7 +3,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-torque-plugin</id>
     <name>Maven Torque Plug-in</name>
  -  <currentVersion>3.0</currentVersion>
  +  <currentVersion>3.1-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  
  
  
  1.7       +1 -1      jakarta-turbine-torque/src/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly	3 Dec 2002 15:01:16 -0000	1.6
  +++ plugin.jelly	8 Dec 2002 12:59:48 -0000	1.7
  @@ -4,7 +4,7 @@
   
     <property
       name="torque.mavenPlugin.antFile"
  -    value="${maven.home}/plugins/maven-torque-plugin-3.0/build-torque.xml"/>
  +    value="${maven.home}/plugins/maven-torque-plugin-3.1-dev/build-torque.xml"/>
   
     <goal
       name="torque"
  
  
  
  1.62      +1 -1      jakarta-turbine-torque/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build-torque.xml	3 Dec 2002 15:01:15 -0000	1.61
  +++ build-torque.xml	8 Dec 2002 12:59:48 -0000	1.62
  @@ -22,7 +22,7 @@
     <property file="${torque.contextProperties}"/>
     <property name="lib.dir" value="lib"/>
     <property name="torque.lib.dir" value="${lib.dir}"/>
  -  <property name="torque.jar" value="torque-3.0.jar"/>
  +  <property name="torque.jar" value="torque-3.1-dev.jar"/>
   
     <!--
       Build the classpath. Specifically point to each file we're including to avoid
  
  
  
  1.61      +1 -1      jakarta-turbine-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- project.xml	3 Dec 2002 15:01:15 -0000	1.60
  +++ project.xml	8 Dec 2002 12:59:49 -0000	1.61
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <id>torque</id>
     <name>jakarta-turbine-torque</name>
  -  <currentVersion>3.0</currentVersion>
  +  <currentVersion>3.1-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  
  
  
  1.49      +1 -1      jakarta-turbine-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- default.properties	3 Dec 2002 15:01:15 -0000	1.48
  +++ default.properties	8 Dec 2002 12:59:49 -0000	1.49
  @@ -8,7 +8,7 @@
   
   name = Torque
   project = torque
  -version = 3.0
  +version = 3.1-dev
   package = org.apache.${project}
   final.name = ${project}-${version}
   torque.jar = ${final.name}.jar