This is an automated email from the ASF dual-hosted git repository.
paulrutter 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 ae9ef06c08 [maven-release-plugin] prepare for next development
iteration
ae9ef06c08 is described below
commit ae9ef06c08dca4337269c44fa5c89ecdf05025d3
Author: Paul Rütter <[email protected]>
AuthorDate: Wed May 14 09:23:45 2025 +0200
[maven-release-plugin] prepare for next development iteration
---
http/bridge/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 15ca0519bb..d91267605b 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 Servlet Service, 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>6.0.0</version>
+ <version>6.0.1-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-6.0.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
@@ -186,7 +186,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>5.1.14</version>
+ <version>5.1.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>