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/11/24 09:01:16 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 7be69de  [maven-release-plugin] prepare for next development iteration
7be69de is described below

commit 7be69dea338690cce390f655d62356b6badd32df
Author: David Bosschaert <da...@apache.org>
AuthorDate: Tue Nov 24 09:01:00 2020 +0000

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

diff --git a/utils/pom.xml b/utils/pom.xml
index 9bcad84..f15e5d8 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -27,14 +27,14 @@
     <modelVersion>4.0.0</modelVersion>
     <name>Apache Felix Utils</name>
     <description>Utility classes for OSGi.</description>
-    <version>1.11.6</version>
+    <version>1.11.7-SNAPSHOT</version>
     <artifactId>org.apache.felix.utils</artifactId>
 
     <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.utils-1.11.6</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>