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/04/13 15:29:53 UTC

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

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 3c0ce3d  [maven-release-plugin] prepare release org.apache.felix.http.bridge-4.0.12
3c0ce3d is described below

commit 3c0ce3dc277f1fa2888e376eb0305bfeb61a1e48
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 13 17:29:43 2020 +0200

    [maven-release-plugin] prepare release org.apache.felix.http.bridge-4.0.12
---
 http/bridge/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index e15cb7b..9149556 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -29,14 +29,15 @@
     <name>Apache Felix Http Bridge</name>
     <description>This is an implementation of the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
     <artifactId>org.apache.felix.http.bridge</artifactId>
-    <version>4.0.11-SNAPSHOT</version>
+    <version>4.0.12</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>
-    </scm>
+      <tag>org.apache.felix.http.bridge-4.0.12</tag>
+  </scm>
 
     <build>
         <plugins>