diff options
-rw-r--r-- | pdf-over-install-helper/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml index f0342713..0348d5d8 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -23,9 +23,7 @@ <groupId>org.apache.maven.plugins</groupId> <version>3.7.0</version> <configuration> - <source>1.8</source> - <target>1.8</target> - <release>1.8</release> + <release>8</release> <verbose>true</verbose> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> @@ -133,9 +133,7 @@ <groupId>org.apache.maven.plugins</groupId> <version>3.7.0</version> <configuration> - <source>1.8</source> - <target>1.8</target> - <release>1.8</release> + <release>8</release> <verbose>true</verbose> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> |