From fd5c022142f871c78d29708c89afc941518acbd0 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 26 Apr 2016 07:38:28 +0200 Subject: HONEYCOMB-25: Use java 8 for sources and target JVM Change-Id: Icdd2e8a393bd6214a9b69364a8498075fe3be43f Signed-off-by: Maros Marsalek Signed-off-by: Marek Gradzki --- common/api-parent/pom.xml | 8 ++++++++ common/features-parent/pom.xml | 8 ++++++++ common/impl-parent/pom.xml | 8 ++++++++ common/it-parent/pom.xml | 8 ++++++++ common/karaf-parent/pom.xml | 8 ++++++++ 5 files changed, 40 insertions(+) (limited to 'common') diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 54f2f6e9a..1c554db64 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -57,6 +57,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml index 432a4f7db..d88c2ac68 100644 --- a/common/features-parent/pom.xml +++ b/common/features-parent/pom.xml @@ -57,6 +57,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 10ad690f5..46de36c8d 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -61,6 +61,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml index 3904c7d6b..0a2bf1b90 100644 --- a/common/it-parent/pom.xml +++ b/common/it-parent/pom.xml @@ -59,6 +59,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index 1dd3d6665..98584c76c 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -57,6 +57,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + -- cgit 1.2.3-korg