This is an automated email from the ASF dual-hosted git repository.
pauls 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 8a65c36 [maven-release-plugin] prepare for next development iteration
8a65c36 is described below
commit 8a65c363163f028e6b43d9f031cdd0e7c599124a
Author: Karl Pauls <[email protected]>
AuthorDate: Wed Jun 9 23:12:08 2021 +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 5886877..e291150 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>1.1.4</version>
+ <version>1.1.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.servlet-api-1.1.4</tag>
+ <tag>HEAD</tag>
</scm>
<build>