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/09/23 07:36:10 UTC

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

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 2444d82  [maven-release-plugin] prepare release org.apache.felix.http.jetty-4.1.0
2444d82 is described below

commit 2444d822360b27243d66fe1383682dda84e2a7c9
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Sep 23 09:35:58 2020 +0200

    [maven-release-plugin] prepare release org.apache.felix.http.jetty-4.1.0
---
 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 fac0bb8..29c852c 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.0.21-SNAPSHOT</version>
+    <version>4.1.0</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>HEAD</tag>
+      <tag>org.apache.felix.http.jetty-4.1.0</tag>
   </scm>
     
     <properties>