X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test-4.3.0%2Fpom.xml;fp=src%2Fit%2Fhib-test-4.3.0%2Fpom.xml;h=b7bc4cb9d016da28863c4ba74132a02894d87412;hp=0000000000000000000000000000000000000000;hb=c0054ea4ef1a092126d190cd0756f7a3ff5a0665;hpb=9c64807d3af68465473aec442bd0d435c0032c3c diff --git a/src/it/hib-test-4.3.0/pom.xml b/src/it/hib-test-4.3.0/pom.xml new file mode 100644 index 00000000..b7bc4cb9 --- /dev/null +++ b/src/it/hib-test-4.3.0/pom.xml @@ -0,0 +1,87 @@ + + + 4.0.0 + de.juplo + hibernate4-basictest + Hibernate 4 Test + 0.1-SNAPSHOT + jar + + + + + + org.hibernate + hibernate-core + 4.3.0.Final + + + org.jadira.usertype + usertype.jodatime + 2.0.1 + + + joda-time + joda-time + 2.7 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.7 + 1.7 + utf8 + true + + + + + de.juplo + hibernate-maven-plugin + @project.version@ + + + false + true + + + + create-h2-ddl + + create + + + org.hibernate.dialect.H2Dialect + h2.sql + + + + create-postgres-ddl + + create + + + org.hibernate.dialect.PostgreSQL82Dialect + postgres.sql + + + + create-oracle-ddl + + create + + + org.hibernate.dialect.Oracle10gDialect + oracle.sql + + + + + + +