diff options
-rw-r--r-- | pdf-over-install-helper/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml index 8d4ba1fc..f0342713 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -25,6 +25,7 @@ <configuration> <source>1.8</source> <target>1.8</target> + <release>1.8</release> <verbose>true</verbose> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> @@ -135,6 +135,7 @@ <configuration> <source>1.8</source> <target>1.8</target> + <release>1.8</release> <verbose>true</verbose> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> |