From: Kai Moritz Date: Tue, 5 May 2015 10:21:39 +0000 (+0200) Subject: Fixed the settings in the pom's of the tutorials X-Git-Tag: hibernate4-maven-plugin-1.1.0~3 X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=4b6fc12d443b0594310e5922e6ad763891d5d8fe Fixed the settings in the pom's of the tutorials --- diff --git a/src/it/tutorials/annotations/pom.xml b/src/it/tutorials/annotations/pom.xml index db625869..50a9a9ee 100644 --- a/src/it/tutorials/annotations/pom.xml +++ b/src/it/tutorials/annotations/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - $version + 4.3.9.Final ../pom.xml diff --git a/src/it/tutorials/basic/pom.xml b/src/it/tutorials/basic/pom.xml index ea35fa32..49d26352 100644 --- a/src/it/tutorials/basic/pom.xml +++ b/src/it/tutorials/basic/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - $version + 4.3.9.Final ../pom.xml diff --git a/src/it/tutorials/entitymanager/pom.xml b/src/it/tutorials/entitymanager/pom.xml index 6d477554..6df92404 100644 --- a/src/it/tutorials/entitymanager/pom.xml +++ b/src/it/tutorials/entitymanager/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - $version + 4.3.9.Final ../pom.xml @@ -46,7 +46,7 @@ org.hibernate hibernate-entitymanager - $version + 4.3.9.Final diff --git a/src/it/tutorials/envers/pom.xml b/src/it/tutorials/envers/pom.xml index e3ec34b1..595df378 100644 --- a/src/it/tutorials/envers/pom.xml +++ b/src/it/tutorials/envers/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - $version + 4.3.9.Final ../pom.xml @@ -46,12 +46,12 @@ org.hibernate hibernate-envers - $version + 4.3.9.Final org.hibernate hibernate-entitymanager - $version + 4.3.9.Final diff --git a/src/it/tutorials/osgi/unmanaged-jpa/pom.xml b/src/it/tutorials/osgi/unmanaged-jpa/pom.xml index d43b08e2..9b6592fa 100755 --- a/src/it/tutorials/osgi/unmanaged-jpa/pom.xml +++ b/src/it/tutorials/osgi/unmanaged-jpa/pom.xml @@ -30,12 +30,12 @@ org.hibernate hibernate-entitymanager - 4.3.0-SNAPSHOT + 4.3.9.Final com.h2database h2 - 1.3.170 + 1.4.187 diff --git a/src/it/tutorials/osgi/unmanaged-native/pom.xml b/src/it/tutorials/osgi/unmanaged-native/pom.xml index 6fb3dd7f..c0126bf6 100755 --- a/src/it/tutorials/osgi/unmanaged-native/pom.xml +++ b/src/it/tutorials/osgi/unmanaged-native/pom.xml @@ -30,17 +30,17 @@ org.hibernate hibernate-core - 4.3.0-SNAPSHOT + 4.3.9.Final org.hibernate hibernate-envers - 4.3.0-SNAPSHOT + 4.3.9.Final com.h2database h2 - 1.3.170 + 1.4.187 diff --git a/src/it/tutorials/pom.xml b/src/it/tutorials/pom.xml index 9e09ca1c..37e4f1ff 100644 --- a/src/it/tutorials/pom.xml +++ b/src/it/tutorials/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tutorials hibernate-tutorials - $version + 4.3.9.Final pom Hibernate Getting Started Guide Tutorials @@ -44,35 +44,37 @@ annotations entitymanager envers - osgi + osgi/unmanaged-native + osgi/unmanaged-jpa + osgi/managed-jpa org.hibernate hibernate-core - $version + 4.3.9.Final org.slf4j slf4j-simple - $slf4j + 1.7.12 junit junit - $junit + 4.12 com.h2database h2 - $h2 + 1.4.187 @@ -89,6 +91,19 @@ src/test/resources + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.6 + 1.6 + utf8 + true + + +