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

[felix-dev] 01/02: Updated dependency to org.osgi.service.log to version 1.5.0 Updated org.apache.felix.log project version to 1.3.0 due to minor update of the specification dependency Updated README.md references towards the specification (which moved from compendium to core)

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

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

commit 159897ba9a81c787cb4b6efa6ade599f7ad0a263
Author: Arnoud Glimmerveen <ar...@glimmerveen.org>
AuthorDate: Mon Feb 13 19:50:06 2023 +0100

    Updated dependency to org.osgi.service.log to version 1.5.0
    Updated org.apache.felix.log project version to 1.3.0 due to minor update of the specification dependency
    Updated README.md references towards the specification (which moved from compendium to core)
---
 log/README.md | 2 +-
 log/pom.xml   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/log/README.md b/log/README.md
index 49bc37dfce..3eaab2d3d8 100644
--- a/log/README.md
+++ b/log/README.md
@@ -1,4 +1,4 @@
-The [OSGi Service Compendium specification](https://osgi.org/specification/osgi.cmpn/7.0.0/) defines a general purpose [Log Service](https://osgi.org/specification/osgi.cmpn/7.0.0/service.log.html) for the OSGi Platform. It is a very simple specification that doesn't provide all the functionality commonly available in enterprise-level logging tools, but its extensible service model can be used to build fairly sophisticated logging solutions.
+The [OSGi Service Core specification](https://osgi.org/specification/osgi.core/8.0.0/) defines a general purpose [Log Service](https://docs.osgi.org/specification/osgi.core/8.0.0/service.log.html) for the OSGi Platform. It is a very simple specification that doesn't provide all the functionality commonly available in enterprise-level logging tools, but its extensible service model can be used to build fairly sophisticated logging solutions.
 
 The Log Service specification defines the following entities:
 
diff --git a/log/pom.xml b/log/pom.xml
index 348963690c..81a188e86d 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -27,9 +27,9 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Log Service</name>
   <description>
-    A simple implementation of the OSGi R7 Log service.
+    A simple implementation of the OSGi R8 Log service.
   </description>
-  <version>1.2.7-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <artifactId>org.apache.felix.log</artifactId>
 
   <properties>
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.service.log</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.0</version>
     </dependency>
    </dependencies>
   <build>