You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/11/03 00:51:20 UTC

svn commit: r1636217 - in /manifoldcf/branches/dev_1x: ./ build.xml pom.xml

Author: kwright
Date: Sun Nov  2 23:51:20 2014
New Revision: 1636217

URL: http://svn.apache.org/r1636217
Log:
Update mysql driver

Modified:
    manifoldcf/branches/dev_1x/   (props changed)
    manifoldcf/branches/dev_1x/build.xml
    manifoldcf/branches/dev_1x/pom.xml

Propchange: manifoldcf/branches/dev_1x/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1636215

Modified: manifoldcf/branches/dev_1x/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/build.xml?rev=1636217&r1=1636216&r2=1636217&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/build.xml (original)
+++ manifoldcf/branches/dev_1x/build.xml Sun Nov  2 23:51:20 2014
@@ -1992,7 +1992,7 @@ Use Apache Forrest version forrest-0.9-d
         <antcall target="download-via-maven">
             <param name="target" value="lib-proprietary"/>
             <param name="project-path" value="mysql"/>
-            <param name="artifact-version" value="5.1.18"/>
+            <param name="artifact-version" value="5.1.33"/>
             <param name="artifact-name" value="mysql-connector-java"/>
             <param name="artifact-type" value="jar"/>
         </antcall>

Modified: manifoldcf/branches/dev_1x/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/pom.xml?rev=1636217&r1=1636216&r2=1636217&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/pom.xml (original)
+++ manifoldcf/branches/dev_1x/pom.xml Sun Nov  2 23:51:20 2014
@@ -41,7 +41,7 @@
     <mockito.version>1.9.5</mockito.version>
     <wiremock.version>1.34</wiremock.version>
     <postgresql.version>9.1-901.jdbc4</postgresql.version>
-    <mysql.version>5.1.18</mysql.version>
+    <mysql.version>5.1.33</mysql.version>
     <hsqldb.version>2.3.2</hsqldb.version>
     <derby.version>10.10.2.0</derby.version>
     <jetty.version>9.2.3.v20140905</jetty.version>