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

[sling-org-apache-sling-feature] branch master updated: SLING-11199 : Support OSGi Feature Implementation

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/sling-org-apache-sling-feature.git


The following commit(s) were added to refs/heads/master by this push:
     new ccc5abd  SLING-11199 : Support OSGi Feature Implementation
ccc5abd is described below

commit ccc5abd53fa8d9fea5e7647db244dd019dddc7be
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Oct 19 13:58:06 2022 +0200

    SLING-11199 : Support OSGi Feature Implementation
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 126c2a5..87dcd69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.feature</artifactId>
-            <version>0.9.4-RC3</version>
+            <version>1.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>