[hibernate-commits] Hibernate SVN: r18299 - annotations/branches/v3_4_0_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Dec 21 03:12:59 EST 2009


Author: stliu
Date: 2009-12-21 03:12:59 -0500 (Mon, 21 Dec 2009)
New Revision: 18299

Modified:
   annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-3218 update db profile in hibernate eap 5 cp branch 

Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml	2009-12-21 08:10:30 UTC (rev 18298)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml	2009-12-21 08:12:59 UTC (rev 18299)
@@ -758,7 +758,8 @@
                 <dependency>
                     <groupId>com.microsoft.sqlserver</groupId>
                     <artifactId>msjdbc</artifactId>
-                    <version>2.0.1008.2-4</version>
+                    <version>2.0.1008.2</version>
+                    <classifier>4</classifier>
                     <scope>test</scope>
                 </dependency>
             </dependencies>
@@ -775,4 +776,4 @@
 	<properties>
 		<slf4jVersion>1.5.8</slf4jVersion>
 	</properties>
-</project>
\ No newline at end of file
+</project>



More information about the hibernate-commits mailing list