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/11/22 08:38:10 UTC

[felix-dev] branch master updated: Back to snapshot after release

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 d55c61712b Back to snapshot after release
d55c61712b is described below

commit d55c61712b2bc6ceaa554d1cf99609990355aa4f
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Nov 22 09:38:04 2022 +0100

    Back to snapshot after release
---
 http/base/pom.xml  | 2 +-
 http/jetty/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/http/base/pom.xml b/http/base/pom.xml
index d564693733..90f008ce62 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -28,7 +28,7 @@
 
     <name>Apache Felix Http Base</name>
     <artifactId>org.apache.felix.http.base</artifactId>
-    <version>5.0.0-RC3-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <scm>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 3c3b09a4aa..2b55ab69a7 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -30,7 +30,7 @@
     <description>This is an implementation of the R8.1 OSGi Servlet Service, the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
 
     <artifactId>org.apache.felix.http.jetty</artifactId>
-    <version>5.0.0-RC3-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <scm>
@@ -409,7 +409,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.0.0-RC2</version>
+            <version>5.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>