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 2020/04/01 13:15:43 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 b6d7b9f  [maven-release-plugin] prepare for next development iteration
b6d7b9f is described below

commit b6d7b9f39c1ec55fc3b1c3374857bfac49e3bb6c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Apr 1 15:15:30 2020 +0200

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

diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index c87f284..df9a566 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -29,13 +29,13 @@
   <name>Apache Felix File Install</name>
   <description>A utility to automatically install bundles from a directory.</description>
   <url>http://felix.apache.org/site/apache-felix-file-install.html</url>
-  <version>3.6.6</version>
+  <version>3.6.7-SNAPSHOT</version>
   <artifactId>org.apache.felix.fileinstall</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.fileinstall-3.6.6</tag>
+    <tag>HEAD</tag>
   </scm>
   <properties>
     <felix.java.version>8</felix.java.version>