You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2022/03/18 09:36:20 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.

gnodet 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 1093e04  [maven-release-plugin] prepare for next development iteration
1093e04 is described below

commit 1093e047d84ea7351d7957e02511ed7eb1cab5da
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Mar 18 10:35:26 2022 +0100

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

diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 167ce4b..726b729 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -31,13 +31,13 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>1.1.6</version>
+    <version>1.1.7-SNAPSHOT</version>
     <url>http://felix.apache.org/</url>
     <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.gogo.runtime-1.1.6</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencies>