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:29:38 UTC

[felix-dev] branch master updated: Prepare 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 9373a5437b Prepare release
9373a5437b is described below

commit 9373a5437b91cd23d10c136fda536dcbabbd1bcb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Nov 22 09:29:31 2022 +0100

    Prepare release
---
 http/jetty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 2b55ab69a7..7b10d63740 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -409,7 +409,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <version>5.0.0-RC2</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>