Repository: qpid-proton Updated Branches: refs/heads/master f6d74a47d -> 3989e3f89
PROTON-935: drop Java 6 support and more to Java 7 by updating compiler source and target to 1.7 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3989e3f8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/3989e3f8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/3989e3f8 Branch: refs/heads/master Commit: 3989e3f8977f0bda1b024a7f4f4a2c1212a3d4fd Parents: f6d74a4 Author: Robert Gemmell <[email protected]> Authored: Wed Jul 8 17:45:14 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Wed Jul 8 17:45:14 2015 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3989e3f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 91bca16..494658e 100644 --- a/pom.xml +++ b/pom.xml @@ -51,8 +51,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <optimize>true</optimize> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
