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 198932163f [maven-release-plugin] prepare for next development
iteration
198932163f is described below
commit 198932163f246c1ad8ca4f015c27f2c9aa3e4699
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Sep 29 07:35:44 2023 +0200
[maven-release-plugin] prepare for next development iteration
---
http/servlet-api/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index e86e17d658..82858fe268 100644
--- a/http/servlet-api/pom.xml
+++ b/http/servlet-api/pom.xml
@@ -21,14 +21,14 @@
<name>Apache Felix Servlet API</name>
<description>Provides the Servlet API for use by applications</description>
<artifactId>org.apache.felix.http.servlet-api</artifactId>
- <version>3.0.0</version>
+ <version>3.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.servlet-api-3.0.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>