henning 2004/10/26 04:55:19
Modified: . Tag: TORQUE_3_1_BRANCH project-base.xml
src/maven-plugin Tag: TORQUE_3_1_BRANCH project.xml
xdocs Tag: TORQUE_3_1_BRANCH changes.xml maven-howto.xml
status.xml user-guide.xml
xdocs/tutorial Tag: TORQUE_3_1_BRANCH step1.xml
Log:
Torque 3.1.1 release.
Revision Changes Path
No revision
No revision
1.9.2.9 +8 -4 db-torque/project-base.xml
Index: project-base.xml
===================================================================
RCS file: /home/cvs/db-torque/project-base.xml,v
retrieving revision 1.9.2.8
retrieving revision 1.9.2.9
diff -u -r1.9.2.8 -r1.9.2.9
--- project-base.xml 20 Oct 2004 22:13:34 -0000 1.9.2.8
+++ project-base.xml 26 Oct 2004 11:55:19 -0000 1.9.2.9
@@ -21,7 +21,7 @@
<pomVersion>3</pomVersion>
<groupId>torque</groupId>
<name>Torque</name>
- <currentVersion>3.1.1-dev</currentVersion>
+ <currentVersion>3.1.1</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://db.apache.org/</url>
@@ -66,16 +66,20 @@
<releases>
<release>
+ <version>3.1.1</version>
+ <tag>TORQUE_3_1_1</tag>
+ </release>
+ <release>
<version>3.1.1-RC3</version>
- <tag>TORQUE_3_1.1_RC3</tag>
+ <tag>TORQUE_3_1_1_RC3</tag>
</release>
<release>
<version>3.1.1-RC2</version>
- <tag>TORQUE_3_1.1_RC2</tag>
+ <tag>TORQUE_3_1_1_RC2</tag>
</release>
<release>
<version>3.1.1-RC1</version>
- <tag>TORQUE_3_1.1_RC1</tag>
+ <tag>TORQUE_3_1_1_RC1</tag>
</release>
<release>
<version>3.1</version>
No revision
No revision
1.12.2.15 +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.14
retrieving revision 1.12.2.15
diff -u -r1.12.2.14 -r1.12.2.15
--- project.xml 20 Oct 2004 22:48:49 -0000 1.12.2.14
+++ project.xml 26 Oct 2004 11:55:19 -0000 1.12.2.15
@@ -82,7 +82,7 @@
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen</artifactId>
- <version>SNAPSHOT</version>
+ <version>3.1.1</version>
<url>http://db.apache.org/torque-31/generator/</url>
</dependency>
No revision
No revision
1.140.2.17 +1 -1 db-torque/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
retrieving revision 1.140.2.16
retrieving revision 1.140.2.17
diff -u -r1.140.2.16 -r1.140.2.17
--- changes.xml 23 Oct 2004 10:55:07 -0000 1.140.2.16
+++ changes.xml 26 Oct 2004 11:55:19 -0000 1.140.2.17
@@ -25,7 +25,7 @@
</properties>
<body>
- <release version="3.1.1" date="in CVS">
+ <release version="3.1.1" date="2004-10-26">
<action type="update" dev="henning">
Change PostgreSQL ID generation to use <code>select nextval</code>
instead of <code>select currval</code>.
1.4.2.8 +0 -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.7
retrieving revision 1.4.2.8
diff -u -r1.4.2.7 -r1.4.2.8
--- maven-howto.xml 16 Oct 2004 12:34:30 -0000 1.4.2.7
+++ maven-howto.xml 26 Oct 2004 11:55:19 -0000 1.4.2.8
@@ -56,7 +56,6 @@
</p>
<source><![CDATA[
-# 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.4 +11 -0 db-torque/xdocs/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/status.xml,v
retrieving revision 1.13.2.3
retrieving revision 1.13.2.4
diff -u -r1.13.2.3 -r1.13.2.4
--- status.xml 16 Oct 2004 12:34:30 -0000 1.13.2.3
+++ status.xml 26 Oct 2004 11:55:19 -0000 1.13.2.4
@@ -20,6 +20,17 @@
A list of changes can be found <a href="changes-report.html">here</a>.
</p>
+ <subsection name="26 October 2004 - Torque 3.1.1 is released!">
+ <p>
+ You can obtain the Torque 3.1.1 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="16 October 2004 - Torque 3.1.1-rc3 is released!">
<p>
You can obtain the Torque 3.1.1-rc3 generator, runtime and
1.12.2.9 +0 -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.8
retrieving revision 1.12.2.9
diff -u -r1.12.2.8 -r1.12.2.9
--- user-guide.xml 16 Oct 2004 12:34:30 -0000 1.12.2.8
+++ user-guide.xml 26 Oct 2004 11:55:19 -0000 1.12.2.9
@@ -76,7 +76,6 @@
</p>
<source><![CDATA[
-# 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.6 +0 -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.5
retrieving revision 1.3.2.6
diff -u -r1.3.2.5 -r1.3.2.6
--- step1.xml 16 Oct 2004 12:34:31 -0000 1.3.2.5
+++ step1.xml 26 Oct 2004 11:55:19 -0000 1.3.2.6
@@ -25,7 +25,6 @@
</p>
<source><![CDATA[
-# 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]