You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2020/03/12 16:03:35 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.

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

commit 76ed39e19af7fa54a12ea21234df7e20a8ce4959
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Mar 12 16:03:19 2020 +0000

    [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 e451ec2..408d02a 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.16</version>
+    <version>4.0.17-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.0.16</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <properties>