Repository: helix Updated Branches: refs/heads/helix-0.6.x 10754cd32 -> 5278e175d
Bump to JDK 1.7. Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/5278e175 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/5278e175 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/5278e175 Branch: refs/heads/helix-0.6.x Commit: 5278e175d293048f8d581c9edc022421c86b8cff Parents: 10754cd Author: Lei Xia <[email protected]> Authored: Fri Apr 7 14:08:54 2017 -0700 Committer: Lei Xia <[email protected]> Committed: Wed May 3 10:12:18 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/5278e175/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ece0f2f..100f28e 100644 --- a/pom.xml +++ b/pom.xml @@ -330,8 +330,8 @@ under the License. <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>
