Author: gbadner
Date: 2010-04-28 13:24:31 -0400 (Wed, 28 Apr 2010)
New Revision: 19318
Modified:
core/branches/Branch_3_5/parent/pom.xml
Log:
HHH-4957 HHH-3096 : Restore correct version of parent/pom.xml
Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml 2010-04-28 17:19:19 UTC (rev 19317)
+++ core/branches/Branch_3_5/parent/pom.xml 2010-04-28 17:24:31 UTC (rev 19318)
@@ -953,26 +953,6 @@
</properties>
</profile>
- <profile>
- <id>mysql5-gbadner</id>
- <dependencies>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.0.5</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <properties>
-
<db.dialect>org.hibernate.dialect.MySQL5InnoDBDialect</db.dialect>
- <jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
- <jdbc.url>jdbc:mysql://localhost/test</jdbc.url>
- <jdbc.user>root</jdbc.user>
- <jdbc.pass></jdbc.pass>
- <jdbc.isolation />
- </properties>
- </profile>
-
</profiles>
<properties>
Show replies by date