]> juplo.de Git - hibernate-maven-plugin/commitdiff
Fixed the settings in the pom's of the tutorials
authorKai Moritz <km@juplo.de>
Tue, 5 May 2015 10:21:39 +0000 (12:21 +0200)
committerKai Moritz <km@juplo.de>
Sat, 16 May 2015 14:02:06 +0000 (16:02 +0200)
src/it/tutorials/annotations/pom.xml
src/it/tutorials/basic/pom.xml
src/it/tutorials/entitymanager/pom.xml
src/it/tutorials/envers/pom.xml
src/it/tutorials/osgi/unmanaged-jpa/pom.xml
src/it/tutorials/osgi/unmanaged-native/pom.xml
src/it/tutorials/pom.xml

index db625869a3c4537d190bb46d8be2aef57ba9bbca..50a9a9ee99478a202a03a8cdc60c7f7de5276d81 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>$version</version>
+        <version>4.3.9.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index ea35fa32c4aed5601e293934680da9cf52bb0fd6..49d2635232ca46f39def1d0e31aaa143b18ec072 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>$version</version>
+        <version>4.3.9.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 6d4775548ac37726da51b5ee3c01d64032c701bf..6df9240417842c1aa6cdc46a92fc0fe8cb6597df 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>$version</version>
+        <version>4.3.9.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>$version</version>
+            <version>4.3.9.Final</version>
         </dependency>
     </dependencies>
 
index e3ec34b13ec240a92a12af90dc702282b8649b02..595df378b161ea825f7f239e56057aa186e55dfc 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>$version</version>
+        <version>4.3.9.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-envers</artifactId>
-            <version>$version</version>
+            <version>4.3.9.Final</version>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>$version</version>
+            <version>4.3.9.Final</version>
         </dependency>
     </dependencies>
 
index d43b08e20c7f8a51a8f59d767b67dd74e4382938..9b6592fadf878580f4ab1e826858fcf0011d3980 100755 (executable)
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>4.3.0-SNAPSHOT</version>
+            <version>4.3.9.Final</version>
         </dependency>
                <dependency>
                        <groupId>com.h2database</groupId>
                        <artifactId>h2</artifactId>
-                       <version>1.3.170</version>
+                       <version>1.4.187</version>
                </dependency>
         
        </dependencies>
index 6fb3dd7f06939d275a056e6f669ce34c3746fb94..c0126bf6f7eb1ec5af7eeecef2b3d7199498f07a 100755 (executable)
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>4.3.0-SNAPSHOT</version>
+            <version>4.3.9.Final</version>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-envers</artifactId>
-            <version>4.3.0-SNAPSHOT</version>
+            <version>4.3.9.Final</version>
         </dependency>
                <dependency>
                        <groupId>com.h2database</groupId>
                        <artifactId>h2</artifactId>
-                       <version>1.3.170</version>
+                       <version>1.4.187</version>
                </dependency>
         
        </dependencies>
index 9e09ca1c08a185ca7f524a0c4ba10972438a692c..37e4f1ffd04eaeab512f160c59fef6c219516906 100644 (file)
@@ -28,7 +28,7 @@
 
     <groupId>org.hibernate.tutorials</groupId>
     <artifactId>hibernate-tutorials</artifactId>
-    <version>$version</version>
+    <version>4.3.9.Final</version>
     <packaging>pom</packaging>
 
     <name>Hibernate Getting Started Guide Tutorials</name>
         <module>annotations</module>
         <module>entitymanager</module>
         <module>envers</module>
-        <module>osgi</module>
+        <module>osgi/unmanaged-native</module>
+        <module>osgi/unmanaged-jpa</module>
+        <module>osgi/managed-jpa</module>
     </modules>
 
     <dependencies>
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>$version</version>
+            <version>4.3.9.Final</version>
         </dependency>
 
         <!-- Hibernate uses jboss-logging for logging, for the tutorials we will use the sl4fj-simple backend -->
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
-            <version>$slf4j</version>
+            <version>1.7.12</version>
         </dependency>
 
         <!-- The tutorials use JUnit test cases to illustrate usage -->
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>$junit</version>
+            <version>4.12</version>
         </dependency>
 
         <!-- The tutorials use the H2 in-memory database -->
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>$h2</version>
+            <version>1.4.187</version>
         </dependency>
     </dependencies>
 
                 <directory>src/test/resources</directory>
             </testResource>
         </testResources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.3</version>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                    <encoding>utf8</encoding>
+                    <showWarnings>true</showWarnings>
+                </configuration>
+            </plugin>
+        </plugins>
     </build>
 
 </project>