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 88ec06a [maven-release-plugin] prepare for next development iteration
88ec06a is described below
commit 88ec06ad73523b3101616b9d0038a1cae605c111
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Jun 17 23:39:38 2021 +0200
[maven-release-plugin] prepare for next development iteration
---
main/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/main/pom.xml b/main/pom.xml
index decb9ce..61ce638 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -27,18 +27,18 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>7.0.1</version>
+ <version>7.1.0-SNAPSHOT</version>
<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.main-7.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>7.0.1</version>
+ <version>7.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>