This is an automated email from the ASF dual-hosted git repository.
rotty3000 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 0b31a09 [maven-release-plugin] prepare for next development iteration
0b31a09 is described below
commit 0b31a099507e235d24e23436184b6421e9ef0361
Author: Raymond Augé <[email protected]>
AuthorDate: Sat May 15 10:13:52 2021 -0400
[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 a73a072..f43f402 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.0</version>
+ <version>3.7.1-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.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
<felix.java.version>8</felix.java.version>