Scarab commit: svn commit: r10338 - branches/release/b21: . www/repository/mysql/jars
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronvoe122
Date: 2006-11-08 08:13:11-0800
New Revision: 10338
Added:
branches/release/b21/www/repository/mysql/jars/mysql-connector-java-3.1.14-bin.jar (contents, props changed)
Removed:
branches/release/b21/www/repository/mysql/jars/mysql-connector-java-3.0.16-ga-bin.jar
Modified:
branches/release/b21/project.xml
Log:
Updated the mysql-jdbc-driver to a more recent version.
Just in case there is a relation between our recent database connection bug and the jdbc-driver.
I'm using this driver-version for more than four weeks in my production environment, without any problems.
Modified: branches/release/b21/project.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/project.xml?view=diff&rev=10338&p1=branches/release/b21/project.xml&p2=branches/release/b21/project.xml&r1=10337&r2=10338
==============================================================================
--- branches/release/b21/project.xml (original)
+++ branches/release/b21/project.xml 2006-11-08 08:13:11-0800
@@ -721,7 +721,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>3.0.16-ga-bin</version>
+ <version>3.1.14-bin</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
Removed: branches/release/b21/www/repository/mysql/jars/mysql-connector-java-3.0.16-ga-bin.jar
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/www/repository/mysql/jars/mysql-connector-java-3.0.16-ga-bin.jar?view=auto&rev=10337
Added: branches/release/b21/www/repository/mysql/jars/mysql-connector-java-3.1.14-bin.jar
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/www/repository/mysql/jars/mysql-connector-java-3.1.14-bin.jar?view=auto&rev=10338
==============================================================================
Binary file. No diff available.