X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fpom.xml;h=9880d5135433d0b69eee45d8afa035f083242027;hp=1897c09ff5eba0305ddf0e7f19328de7486b7f3c;hb=149a94d09dfb678e4be39aefb20dbf86ef28c416;hpb=fed9fc9e4e053c8b61895e78d1fbe045fadf7348 diff --git a/src/it/hibernate4-maven-plugin-envers-sample/pom.xml b/src/it/hibernate4-maven-plugin-envers-sample/pom.xml index 1897c09f..9880d513 100644 --- a/src/it/hibernate4-maven-plugin-envers-sample/pom.xml +++ b/src/it/hibernate4-maven-plugin-envers-sample/pom.xml @@ -16,7 +16,7 @@ Sample project to test the maven plugin 1.0-SNAPSHOT jar - http://juplo.de/hibernate4-maven-plugin + http://juplo.de/hibernate-maven-plugin @project.version@ @@ -176,36 +176,36 @@ de.juplo - hibernate4-maven-plugin + hibernate-maven-plugin ${de.juplo-hibernate-plugin-version} create-create-script - export + create ${project.build.directory}/test-classes/sql/create-tables-hsqldb.sql - CREATE + true create-drop-script - export + drop ${project.build.directory}/test-classes/sql/drop-tables-hsqldb.sql - DROP + true - SCRIPT - org.hsqldb.jdbc.JDBCDriver - org.hibernate.dialect.HSQLDialect + false + org.hsqldb.jdbc.JDBCDriver + org.hibernate.dialect.HSQLDialect true