[MRM-1941] Java 8 upgrade Signed-off-by: olivier lamy <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/661634ca Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/661634ca Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/661634ca Branch: refs/heads/master Commit: 661634ca2098a56658fcfb994b429d3f5bf609d5 Parents: 7dae8bd Author: olivier lamy <[email protected]> Authored: Thu May 18 13:52:51 2017 +1000 Committer: olivier lamy <[email protected]> Committed: Thu May 18 13:52:51 2017 +1000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/661634ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8063b48..1eb52ba 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>18</version> + <version>19-SNAPSHOT</version> </parent> <artifactId>archiva</artifactId> @@ -1935,7 +1935,7 @@ <artifactId>modernizer-maven-plugin</artifactId> <version>1.1.0</version> <configuration> - <javaVersion>1.7</javaVersion> + <javaVersion>1.8</javaVersion> </configuration> <executions> <execution>
