Repository: archiva-redback-core Updated Branches: refs/heads/master 66965fcd6 -> 21d22c01e
redback java 8 compiler target Signed-off-by: olivier lamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/f419a1db Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/f419a1db Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/f419a1db Branch: refs/heads/master Commit: f419a1db85d07267582c659d3afa0e202447b1f6 Parents: 66965fc Author: olivier lamy <[email protected]> Authored: Wed May 24 21:46:13 2017 +1000 Committer: olivier lamy <[email protected]> Committed: Wed May 24 21:46:13 2017 +1000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/f419a1db/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 960ee46..0a29819 100644 --- a/pom.xml +++ b/pom.xml @@ -636,8 +636,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin>
