Repository: incubator-tamaya Updated Branches: refs/heads/master 0852f7fe5 -> 7d2b5a873
TAMAYA-274: Moved to Java 8, set version to 0.4-incubating-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/bbfee921 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/bbfee921 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/bbfee921 Branch: refs/heads/master Commit: bbfee921054c574e6e3d8c41cef6c48cc986e7e6 Parents: 0852f7f Author: anatole <[email protected]> Authored: Tue Aug 8 21:44:51 2017 +0200 Committer: Anatole Tresch <[email protected]> Committed: Thu Sep 28 21:52:10 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/bbfee921/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d18024..affc2d5 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <properties> <commons-io.version>2.5</commons-io.version> <findbugs.skip>false</findbugs.skip> - <jdkVersion>1.7</jdkVersion> + <jdkVersion>1.8</jdkVersion> <osgi.version>5.0.0</osgi.version> <osgi.compendium.version>${osgi.version}</osgi.compendium.version> <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
