Repository: archiva-redback-core Updated Branches: refs/heads/master e2909f295 -> c02519d5a
change target back to 1.6 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/c02519d5 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/c02519d5 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/c02519d5 Branch: refs/heads/master Commit: c02519d5a62d3cb2e9039721084e2b6b4cfcdee1 Parents: e2909f2 Author: olivier lamy <[email protected]> Authored: Wed Jul 20 23:54:43 2016 +0200 Committer: olivier lamy <[email protected]> Committed: Wed Jul 20 23:54:43 2016 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/c02519d5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a440bd..4f3ebdd 100644 --- a/pom.xml +++ b/pom.xml @@ -685,8 +685,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin> <plugin>
