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 cf9706efac [maven-release-plugin] prepare for next development
iteration
cf9706efac is described below
commit cf9706efac776a058de6c3d3e29892feccdf0ba5
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Dec 8 07:58:20 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 d59752f213..cfc5d28afb 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.16</version>
+ <version>4.2.17-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.16</tag>
+ <tag>HEAD</tag>
</scm>
<properties>