This is an automated email from the ASF dual-hosted git repository.
pauls 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 2d8f01f [maven-release-plugin] prepare for next development iteration
2d8f01f is described below
commit 2d8f01f733c49afe0261dd7dd4c27cccffa4ab71
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Jun 17 23:42:38 2021 +0200
[maven-release-plugin] prepare for next development iteration
---
main.distribution/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index e2c358c..94ac4af 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -27,7 +27,7 @@
<packaging>pom</packaging>
<name>Apache Felix Main Distribution</name>
<artifactId>org.apache.felix.main.distribution</artifactId>
- <version>7.0.1</version>
+ <version>7.1.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
<framework.version>7.0.1</framework.version>
@@ -42,7 +42,7 @@
<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.main.distribution-7.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
<plugins>