You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/05/18 16:00:00 UTC

[felix-dev] 02/05: Update to compile with Java 8

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit addf139ccd96be4cfa6b0b739cb257ff13e2b3a8
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Tue May 11 12:19:23 2021 -0500

    Update to compile with Java 8
---
 scr/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scr/pom.xml b/scr/pom.xml
index 39b66e9..0b9c77f 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -66,6 +66,12 @@
             ${bundle.build.name}/${project.build.finalName}.jar
         </bundle.file.name>
         <felix.ca.version>1.9.0</felix.ca.version>
+
+        <java.version>8</java.version>
+        <felix.java.version>${java.version}</felix.java.version>
+        <maven.compiler.release>${java.version}</maven.compiler.release>
+        <maven.compiler.source>${java.version}</maven.compiler.source>
+        <maven.compiler.target>${java.version}</maven.compiler.target>
     </properties>