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 2020/10/05 08:00:59 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare release org.apache.felix.http.base-4.1.2

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 efc950b  [maven-release-plugin] prepare release org.apache.felix.http.base-4.1.2
efc950b is described below

commit efc950bf0b6e5e59fd1cfe2861782f0f4a6faab1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Oct 5 10:00:49 2020 +0200

    [maven-release-plugin] prepare release org.apache.felix.http.base-4.1.2
---
 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 b9253fb..3b4391a 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>4.1.1-SNAPSHOT</version>
+    <version>4.1.2</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>HEAD</tag>
+      <tag>org.apache.felix.http.base-4.1.2</tag>
   </scm>
 
     <properties>