[hibernate-commits] Hibernate SVN: r19504 - core/branches/Branch_3_3_2_GA_CP/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 13 08:12:26 EDT 2010


Author: stliu
Date: 2010-05-13 08:12:26 -0400 (Thu, 13 May 2010)
New Revision: 19504

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-4253 update db driver version

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-13 07:33:46 UTC (rev 19503)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-13 12:12:26 UTC (rev 19504)
@@ -214,12 +214,12 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<version>2.5</version>
+				</plugin>
+				<plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.5</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.4.3</version>
                 </plugin>
@@ -459,7 +459,7 @@
 
         <!-- The MySQL5 test envionment -->
         <profile>
-            <id>mysql5</id>
+            <id>mysql50</id>
             <dependencies>
                 <dependency>
                     <groupId>mysql</groupId>
@@ -499,7 +499,7 @@
 
         <!-- The PostgreSQL 8.2.4 test envionment -->
         <profile>
-            <id>postgresql824</id>
+            <id>postgresql82</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
@@ -521,7 +521,7 @@
 
         <!-- The PostgreSQL 8.3.7 test envionment -->
         <profile>
-            <id>postgresql837</id>
+            <id>postgresql83</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
@@ -549,7 +549,7 @@
 
         <!-- The DB2 9.7 test envionment (using 9x drivers)-->
         <profile>
-            <id>db2v97</id>
+            <id>db2-97</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -575,7 +575,7 @@
 
         <!-- The DB2 9.x test envionment (using 9x drivers)-->
         <profile>
-            <id>db2v91</id>
+            <id>db2-91</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -640,7 +640,7 @@
             </properties>
         </profile>
         <!-- The Oracle11g test envionment -->
-        <profile>
+        <!-- <profile>
             <id>oracle11g</id>
             <dependencies>
                 <dependency>
@@ -658,9 +658,9 @@
                 <jdbc.pass>hibbr330</jdbc.pass>
                 <jdbc.isolation/>
             </properties>
-        </profile>
+        </profile> -->
         <profile>
-            <id>oracle11gR2</id>
+            <id>oracle11g</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
@@ -680,7 +680,7 @@
         </profile>
 
         <!-- The Oracle11gRAC test envionment -->
-        <profile>
+        <!-- <profile>
             <id>oracle11gRAC</id>
             <dependencies>
                 <dependency>
@@ -698,9 +698,9 @@
                 <jdbc.pass>hibbr330</jdbc.pass>
                 <jdbc.isolation/>
             </properties>
-        </profile>
+        </profile> -->
         <profile>
-            <id>oracle11gR2RAC</id>
+            <id>oracle11gRAC</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>



More information about the hibernate-commits mailing list