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 3bd444d [maven-release-plugin] prepare for next development iteration
3bd444d is described below
commit 3bd444dbe998c3442f045d09ae1a0bc952639e1c
Author: Karl Pauls <[email protected]>
AuthorDate: Mon Dec 21 23:34:08 2020 +0100
[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 6a036b3..4040976 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.0</version>
+ <version>7.1.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
<framework.version>7.0.0</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.0</tag>
+ <tag>HEAD</tag>
</scm>
<build>
<plugins>