You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/04/15 11:42:52 UTC

[felix-dev] 02/02: Back to 7-SNAPSHOT for release

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit f7b9b2b44d38274321245b5d293a201d3fa006ac
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 15 13:42:36 2020 +0200

    Back to 7-SNAPSHOT for release
---
 pom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom/pom.xml b/pom/pom.xml
index 19a1e56..67d4e14 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
 
     <name>Apache Felix</name>
-    <version>7</version>
+    <version>7-SNAPSHOT</version>
     <url>https://felix.apache.org/</url>
     <inceptionYear>2006</inceptionYear>
     <description>Apache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies.</description>
@@ -71,8 +71,8 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:git:https://github.com/apache/felix-dev/tree/master/pom</connection>
-        <developerConnection>scm:git:https://github.com/apache/felix-dev/tree/master/pom</developerConnection>
+        <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;f=pom</url>
     <tag>felix-parent-7</tag>
   </scm>