You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/08/06 04:19:13 UTC

svn commit: r230520 - /portals/jetspeed-2/trunk/maven-plugin/project.xml

Author: taylor
Date: Fri Aug  5 19:19:10 2005
New Revision: 230520

URL: http://svn.apache.org/viewcvs?rev=230520&view=rev
Log:
When we upgraded to Torque version 3.2-rc1, Torque was incorrectly generating MySQL statements for MEDIUMTEXT as

    COLUMN_VALUE MEDIUMTEXTNOT NULL,

instead of the correct

    COLUMN_VALUE MEDIUMTEXT NOT NULL,

I have patched and rebuilt Torque from their CVS head (the problem was still there) and will be sending a patch to their list tomorrow
(Seems odd, but I couldn't find a JIRA project for Torque)

I also loaded the patched jars into a remote repo for immediate use

Modified:
    portals/jetspeed-2/trunk/maven-plugin/project.xml

Modified: portals/jetspeed-2/trunk/maven-plugin/project.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/project.xml?rev=230520&r1=230519&r2=230520&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/project.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/project.xml Fri Aug  5 19:19:10 2005
@@ -36,7 +36,7 @@
             <groupId>torque</groupId>
             <artifactId>maven-torque-plugin</artifactId>
             <id>torque:maven-torque-plugin</id>
-            <version>3.2-rc1</version>
+            <version>3.2-rc2-dev</version>
             <type>plugin</type>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org