You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/05/03 10:00:54 UTC

[felix-dev] branch http-4.x updated: [maven-release-plugin] prepare for next development iteration

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 adb7da3ca5 [maven-release-plugin] prepare for next development iteration
adb7da3ca5 is described below

commit adb7da3ca54ec02fb77eb3948df168456968a539
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed May 3 12:00:44 2023 +0200

    [maven-release-plugin] prepare for next development iteration
---
 http/jetty/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 4ab0547074..ff34268322 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -30,14 +30,14 @@
     <description>This is an implementation of the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
 
     <artifactId>org.apache.felix.http.jetty</artifactId>
-    <version>4.2.12</version>
+    <version>4.2.13-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.jetty-4.2.12</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <properties>