You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2022/02/22 11:44:19 UTC

[felix-dev] branch master updated: Update to OSGi Service Feature 1.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5becb8f  Update to OSGi Service Feature 1.0.0
5becb8f is described below

commit 5becb8f971f904334eb3f32e7eaa9126186a2898
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 22 12:43:24 2022 +0100

    Update to OSGi Service Feature 1.0.0
---
 features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/pom.xml b/features/pom.xml
index c54445b..92c3a92 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.feature</artifactId>
-            <version>1.0.0-RC1</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>