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 e22a53964d Update to official OSGi R8.1 release
e22a53964d is described below
commit e22a53964dea67728d312c59caab1e5f47cc9362
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Dec 21 09:42:09 2022 +0100
Update to official OSGi R8.1 release
---
http/base/pom.xml | 2 +-
http/bridge/pom.xml | 2 +-
http/inventoryprinter/pom.xml | 2 +-
http/jetty/pom.xml | 2 +-
http/samples/whiteboard/pom.xml | 2 +-
http/sslfilter/pom.xml | 2 +-
http/webconsoleplugin/pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/http/base/pom.xml b/http/base/pom.xml
index 90f008ce62..655d52af8c 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 297c71e023..2ad7228e24 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -135,7 +135,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/http/inventoryprinter/pom.xml b/http/inventoryprinter/pom.xml
index d77967e4d1..754d3bf9ee 100644
--- a/http/inventoryprinter/pom.xml
+++ b/http/inventoryprinter/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 2b55ab69a7..5d7326a91e 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -391,7 +391,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index ec9314eb4e..f3e8fbafbc 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 15709c0a94..7ffc0515ae 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/http/webconsoleplugin/pom.xml b/http/webconsoleplugin/pom.xml
index b4bb2afaff..dccd0e60a3 100644
--- a/http/webconsoleplugin/pom.xml
+++ b/http/webconsoleplugin/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.servlet</artifactId>
- <version>2.0.0-RC1</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>