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/02/21 10:05:56 UTC

[felix-dev] branch master 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 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 fbdfec52ee [maven-release-plugin] prepare for next development iteration
fbdfec52ee is described below

commit fbdfec52ee1144d21982ee6023bfd5addf9043b8
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 21 11:05:51 2023 +0100

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

diff --git a/http/base/pom.xml b/http/base/pom.xml
index 9a15e985d4..49e1f4409b 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -28,14 +28,14 @@
 
     <name>Apache Felix Http Base</name>
     <artifactId>org.apache.felix.http.base</artifactId>
-    <version>5.0.2</version>
+    <version>5.0.3-SNAPSHOT</version>
     <packaging>jar</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.base-5.0.2</tag>
+      <tag>org.apache.felix.http.base-5.0.0-RC2</tag>
   </scm>
 
     <properties>