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

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

commit e34274d38ab29b017f265839c57fb82f9e789040
Author: Thomas Watson <[email protected]>
AuthorDate: Thu Dec 9 15:44:44 2021 -0600

    Bump org.osgi.service.component to final version for R8
    
    OSGi R8 final version is 1.5.0
---
 scr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scr/pom.xml b/scr/pom.xml
index f96db8a..4512d9a 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.component</artifactId>
-            <version>1.5.0-RC1</version>
+            <version>1.5.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to