STORM-842: Drop Support for Java 1.6
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/fc736002 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/fc736002 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/fc736002 Branch: refs/heads/0.10.x-branch Commit: fc73600228c156a68327a342bf2c2da514620bbb Parents: ad98824 Author: P. Taylor Goetz <[email protected]> Authored: Mon Jun 1 17:15:06 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Mon Jun 1 17:15:06 2015 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/fc736002/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bfb9069..4729554 100644 --- a/pom.xml +++ b/pom.xml @@ -658,8 +658,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> </configuration> </plugin> <plugin>
