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

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

commit adc95597f7b75683db17782f2bfb5134135e3d1c
Author: David Bosschaert <dav...@apache.org>
AuthorDate: Fri Sep 3 11:19:07 2021 +0100

    [Features] Update OSGi API dependency to RC1
---
 features/pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/features/pom.xml b/features/pom.xml
index a1162e9..7539e6a 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -37,14 +37,6 @@
       <felix.java.version>8</felix.java.version>
     </properties>
         
-    <repositories>
-      <repository>
-        <id>sonatype.snapshots</id>
-        <name>OSGi Snapshot</name>
-        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      </repository>
-    </repositories>
-    
     <build>
         <plugins>
             <plugin>
@@ -101,7 +93,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.feature</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0-RC1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to