This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 231bf2e [maven-release-plugin] prepare for next development iteration
231bf2e is described below
commit 231bf2e2e2d81b94728dbd0831271d8bdd1c6dee
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jan 3 18:19:01 2022 +0100
[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 9ff9622..b435ea6 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.7.4</version>
+ <version>3.7.5-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.7.4</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
<felix.java.version>8</felix.java.version>