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 f24ddc7075 [maven-release-plugin] prepare for next development
iteration
f24ddc7075 is described below
commit f24ddc7075eef8b762fddb858926fa675b3d6ab8
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Dec 22 11:05:40 2022 +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 aa9d4cf29d..1b0dd81ed9 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>5.0.0</version>
+ <version>5.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-5.0.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>