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:50 UTC

[felix-dev] branch master updated (66c1905 -> f7b9b2b)

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

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


    from 66c1905  Back to 7-SNAPSHOT for release
     new ae3314c  [maven-release-plugin] prepare release felix-parent-7
     new f7b9b2b  Back to 7-SNAPSHOT for release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


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

Posted by cz...@apache.org.
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>


[felix-dev] 01/02: [maven-release-plugin] prepare release felix-parent-7

Posted by cz...@apache.org.
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 ae3314cc0fcbc1f93d0aba48d501ac0954f03c3b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 15 13:39:02 2020 +0200

    [maven-release-plugin] prepare release felix-parent-7
---
 pom/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom/pom.xml b/pom/pom.xml
index da9a0f6..19a1e56 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
 
     <name>Apache Felix</name>
-    <version>7-SNAPSHOT</version>
+    <version>7</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>
@@ -74,6 +74,7 @@
         <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>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git;f=pom</url>
+    <tag>felix-parent-7</tag>
   </scm>
 
     <distributionManagement>