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 02b05fc  [maven-release-plugin] prepare for next development iteration
02b05fc is described below

commit 02b05fca0fface884c601e4d8a7e04c6c016d029
Author: Karl Pauls <[email protected]>
AuthorDate: Fri Dec 3 15:53:00 2021 +0100

    [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 3a4e620..1c1d84e 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.2</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.2</tag>
+      <tag>HEAD</tag>
   </scm>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.2</version>
+      <version>7.1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>

Reply via email to