Repository: gora Updated Branches: refs/heads/master e5ca31b64 -> 97c488e7f
Upgrade javac to 1.8 Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/97c488e7 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/97c488e7 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/97c488e7 Branch: refs/heads/master Commit: 97c488e7f50500f7383380209661ab2fc321f6a5 Parents: e5ca31b Author: Lewis John McGibbney <[email protected]> Authored: Sun Aug 28 01:09:55 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sun Aug 28 01:09:55 2016 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/97c488e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e705894..51dc5b9 100644 --- a/pom.xml +++ b/pom.xml @@ -744,9 +744,9 @@ <!-- General Properties --> <implementation.build>${scmBranch}@r${buildNumber}</implementation.build> - <javac.src.version>1.7</javac.src.version> - <javac.target.version>1.7</javac.target.version> - <maven.compiler.target>1.7</maven.compiler.target> + <javac.src.version>1.8</javac.src.version> + <javac.target.version>1.8</javac.target.version> + <maven.compiler.target>1.8</maven.compiler.target> <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format> <skipTests>false</skipTests> <assembly.finalName>apache-${project.build.finalName}</assembly.finalName>
