You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2014/02/08 17:58:21 UTC

svn commit: r1566048 - /cayenne/main/branches/STABLE-3.1/pom.xml

Author: aadamchik
Date: Sat Feb  8 16:58:20 2014
New Revision: 1566048

URL: http://svn.apache.org/r1566048
Log:
changing SQLServer driver version to 4 ... just like before this is a fake version

Modified:
    cayenne/main/branches/STABLE-3.1/pom.xml

Modified: cayenne/main/branches/STABLE-3.1/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/pom.xml?rev=1566048&r1=1566047&r2=1566048&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.1/pom.xml Sat Feb  8 16:58:20 2014
@@ -893,7 +893,7 @@
 				<dependency>
 					<groupId>com.microsoft</groupId>
 					<artifactId>sqlserver-driver</artifactId>
-					<version>2.0</version>
+					<version>4.0</version>
 					<scope>test</scope>
 				</dependency>
 			</dependencies>