Fixed the settings in the pom's of the tutorials
[hibernate4-maven-plugin] / src / it / tutorials / entitymanager / pom.xml
index 6d47755..6df9240 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>