henning 2004/10/16 05:34:31
Modified: . Tag: TORQUE_3_1_BRANCH project-base.xml
src/generator/src/conf Tag: TORQUE_3_1_BRANCH
build-torque.xml
src/maven-plugin Tag: TORQUE_3_1_BRANCH project.xml
xdocs Tag: TORQUE_3_1_BRANCH maven-howto.xml status.xml
user-guide.xml
xdocs/tutorial Tag: TORQUE_3_1_BRANCH step1.xml
Log:
Torque 3.1.1-RC3
Revision Changes Path
No revision
No revision
1.9.2.4 +1 -1 db-torque/project-base.xml
Index: project-base.xml
===================================================================
RCS file: /home/cvs/db-torque/project-base.xml,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -u -r1.9.2.3 -r1.9.2.4
--- project-base.xml 16 Oct 2004 12:12:23 -0000 1.9.2.3
+++ project-base.xml 16 Oct 2004 12:34:30 -0000 1.9.2.4
@@ -21,7 +21,7 @@
<pomVersion>3</pomVersion>
<groupId>torque</groupId>
<name>Torque</name>
- <currentVersion>3.1.1-rc3-dev</currentVersion>
+ <currentVersion>3.1.1-rc3</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://db.apache.org/</url>
No revision
No revision
1.8.2.8 +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.8.2.7
retrieving revision 1.8.2.8
diff -u -r1.8.2.7 -r1.8.2.8
--- build-torque.xml 27 Aug 2004 01:49:07 -0000 1.8.2.7
+++ build-torque.xml 16 Oct 2004 12:34:30 -0000 1.8.2.8
@@ -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.1.1-rc3-dev.jar"/>
+ <property name="torque.jar" value="torque-gen-3.1.1-rc3.jar"/>
<!--
Build the classpath. Specifically point to each file we're including to avoid
No revision
No revision
1.12.2.12 +1 -1 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.12.2.11
retrieving revision 1.12.2.12
diff -u -r1.12.2.11 -r1.12.2.12
--- project.xml 16 Oct 2004 12:19:36 -0000 1.12.2.11
+++ project.xml 16 Oct 2004 12:34:30 -0000 1.12.2.12
@@ -82,7 +82,7 @@
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen</artifactId>
- <version>3.1.1-rc3-dev</version>
+ <version>3.1.1-rc3</version>
<url>http://db.apache.org/torque-31/generator/</url>
</dependency>
No revision
No revision
1.4.2.7 +1 -1 db-torque/xdocs/maven-howto.xml
Index: maven-howto.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/maven-howto.xml,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -r1.4.2.6 -r1.4.2.7
--- maven-howto.xml 27 Aug 2004 01:46:22 -0000 1.4.2.6
+++ maven-howto.xml 16 Oct 2004 12:34:30 -0000 1.4.2.7
@@ -56,7 +56,7 @@
</p>
<source><![CDATA[
-# Note: Until Torque 3.1.1 is released you will need use 3.1.1-rc2.
+# Note: Until Torque 3.1.1 is released you will need use 3.1.1-rc3.
maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.1.1
]]></source>
1.13.2.3 +12 -1 db-torque/xdocs/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/status.xml,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -r1.13.2.2 -r1.13.2.3
--- status.xml 27 Aug 2004 01:46:22 -0000 1.13.2.2
+++ status.xml 16 Oct 2004 12:34:30 -0000 1.13.2.3
@@ -17,8 +17,19 @@
Torque.
</p>
<p>
- A list of changes can be found <a href="release-changes.html">here</a>.
+ A list of changes can be found <a href="changes-report.html">here</a>.
</p>
+
+ <subsection name="16 October 2004 - Torque 3.1.1-rc3 is released!">
+ <p>
+ You can obtain the Torque 3.1.1-rc3 generator, runtime and
+ maven-plugin from the <a
+ href="http://ibiblio.org/maven/torque/">ibiblio maven
+ repository</a>. Please refer to <a
+ href="changes-report.html">the
+ Changes report</a> for a full list of changes.
+ </p>
+ </subsection>
<subsection name="27 August 2004 - Torque 3.1.1-rc2 is released!">
<p>
1.12.2.8 +1 -1 db-torque/xdocs/user-guide.xml
Index: user-guide.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/user-guide.xml,v
retrieving revision 1.12.2.7
retrieving revision 1.12.2.8
diff -u -r1.12.2.7 -r1.12.2.8
--- user-guide.xml 30 Aug 2004 00:24:35 -0000 1.12.2.7
+++ user-guide.xml 16 Oct 2004 12:34:30 -0000 1.12.2.8
@@ -76,7 +76,7 @@
</p>
<source><![CDATA[
-# Note: Until Torque 3.1.1 is released you will need use 3.1.1-rc2.
+# Note: Until Torque 3.1.1 is released you will need use 3.1.1-rc3.
maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.1.1
]]></source>
No revision
No revision
1.3.2.5 +1 -1 db-torque/xdocs/tutorial/step1.xml
Index: step1.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/tutorial/step1.xml,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -r1.3.2.4 -r1.3.2.5
--- step1.xml 27 Aug 2004 01:46:23 -0000 1.3.2.4
+++ step1.xml 16 Oct 2004 12:34:31 -0000 1.3.2.5
@@ -25,7 +25,7 @@
</p>
<source><![CDATA[
-# Note: Until Torque 3.1.1 is released you will need use 3.1.1-rc2.
+# Note: Until Torque 3.1.1 is released you will need use 3.1.1-rc3.
maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.1.1
]]></source>
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|