tfischer 2005/07/24 23:42:46
Modified: src/maven-plugin project.xml
src/generator project.xml
src/generator/src/conf build-torque.xml
. project-base.xml
Log:
Version 3.2-rc2-dev instead of 3.2-rc1 in the project descriptors and library
references
Revision Changes Path
1.27 +2 -2 db-torque/src/maven-plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/src/maven-plugin/project.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xml 19 Jul 2005 16:11:51 -0000 1.26
+++ project.xml 25 Jul 2005 06:42:46 -0000 1.27
@@ -75,14 +75,14 @@
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen</artifactId>
- <version>3.2-rc1</version>
+ <version>3.2-rc2-dev</version>
<url>http://db.apache.org/torque/generator/</url>
</dependency>
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen-templates</artifactId>
- <version>3.2-rc1</version>
+ <version>3.2-rc2-dev</version>
<url>http://db.apache.org/torque/generator/templates/</url>
</dependency>
1.23 +1 -1 db-torque/src/generator/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/project.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- project.xml 19 Jul 2005 13:31:59 -0000 1.22
+++ project.xml 25 Jul 2005 06:42:46 -0000 1.23
@@ -71,7 +71,7 @@
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen-templates</artifactId>
- <version>3.2-rc1</version>
+ <version>3.2-rc2-dev</version>
<url>http://db.apache.org/torque/generator/templates/</url>
</dependency>
1.15 +1 -1 db-torque/src/generator/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/conf/build-torque.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build-torque.xml 19 Jul 2005 13:32:00 -0000 1.14
+++ build-torque.xml 25 Jul 2005 06:42:46 -0000 1.15
@@ -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-gen-3.2-rc1.jar"/>
+ <property name="torque.jar" value="torque-gen-3.2-rc2-dev.jar"/>
<!--
Build the classpath. Specifically point to each file we're including to
avoid
1.19 +1 -1 db-torque/project-base.xml
Index: project-base.xml
===================================================================
RCS file: /home/cvs/db-torque/project-base.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- project-base.xml 22 Jul 2005 06:34:31 -0000 1.18
+++ project-base.xml 25 Jul 2005 06:42:46 -0000 1.19
@@ -21,7 +21,7 @@
<pomVersion>3</pomVersion>
<groupId>torque</groupId>
<name>Torque</name>
- <currentVersion>3.2-rc1</currentVersion>
+ <currentVersion>3.2-rc2-dev</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://db.apache.org/</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]