Fixed the settings in the pom's of the tutorials
[hibernate4-maven-plugin] / src / it / tutorials / osgi / unmanaged-jpa / pom.xml
index d43b08e..9b6592f 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>