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 18:01:14 UTC

svn commit: r1566050 - /cayenne/site/cms/trunk/content/dev/running-unit-tests.mdtext

Author: aadamchik
Date: Sat Feb  8 17:01:14 2014
New Revision: 1566050

URL: http://svn.apache.org/r1566050
Log:
updating SQLServer driver instructions

Modified:
    cayenne/site/cms/trunk/content/dev/running-unit-tests.mdtext

Modified: cayenne/site/cms/trunk/content/dev/running-unit-tests.mdtext
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/dev/running-unit-tests.mdtext?rev=1566050&r1=1566049&r2=1566050&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/dev/running-unit-tests.mdtext (original)
+++ cayenne/site/cms/trunk/content/dev/running-unit-tests.mdtext Sat Feb  8 17:01:14 2014
@@ -56,8 +56,8 @@ the POM or the examples below.
     
 **SQLServer:**
 
-    $ mvn install:install-file -Dfile=sqljdbc.jar -DgroupId=com.microsoft \
-           -DartifactId=sqlserver-driver -Dversion=2.0 -Dpackaging=jar -DgeneratePom=true
+    $ mvn install:install-file -Dfile=sqljdbc4.jar -DgroupId=com.microsoft \
+           -DartifactId=sqlserver-driver -Dversion=4.0 -Dpackaging=jar -DgeneratePom=true
 
 **Sybase:**