Added tutorials of the hibernate-release 5.1.17.Final
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8a61e22..ddcdd11 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.3</version>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.8</source>
+          <target>1.8</target>
           <encoding>utf8</encoding>
           <showWarnings>true</showWarnings>
         </configuration>