You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2023/01/30 01:14:02 UTC

[logging-log4j-kotlin] 02/11: Update Java version requirement to match reality

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git

commit aa2bc88c7693634f4031a706def220cd90a29db0
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sun Jan 29 18:26:22 2023 -0600

    Update Java version requirement to match reality
---
 log4j-api-kotlin/bnd/log4j-api-kotlin.bnd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd b/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd
index 1ffdb9d..06b144c 100644
--- a/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd
+++ b/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd
@@ -3,7 +3,7 @@ Bundle-Name: ${project.name}
 Bundle-Description: ${project.description}
 Bundle-Vendor: Apache Log4j Kotlin Project
 Bundle-ContactAddress: ${project.parent.url}
-Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.6))"
+Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.8))"
 
 Import-Package: \
     kotlin, \
@@ -14,4 +14,4 @@ Import-Package: \
 -removeheaders: Private-Package
 
 -exportcontents:\
-    org.apache.logging.log4j.kotlin
\ No newline at end of file
+    org.apache.logging.log4j.kotlin