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 2023/02/21 07:47:01 UTC

[felix-dev] branch http-4.x updated: [maven-release-plugin] prepare for next development iteration

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

cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/http-4.x by this push:
     new 464cff2c47 [maven-release-plugin] prepare for next development iteration
464cff2c47 is described below

commit 464cff2c47279ec6970a4c6ad7aca37c4971c2d0
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 21 08:46:51 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 http/bridge/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 1f5f7b15f2..1cfac7d0a7 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -29,14 +29,14 @@
     <name>Apache Felix Http Bridge</name>
     <description>This is an implementation of the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
     <artifactId>org.apache.felix.http.bridge</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <scm>
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-      <tag>org.apache.felix.http.bridge-4.2.4</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>