You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2020/12/21 22:22:34 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare release org.apache.felix.framework-7.0.0

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 8f5117c  [maven-release-plugin] prepare release org.apache.felix.framework-7.0.0
8f5117c is described below

commit 8f5117c03aa728be5040d6012d68bb050e9508b2
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon Dec 21 23:22:17 2020 +0100

    [maven-release-plugin] prepare release org.apache.felix.framework-7.0.0
---
 framework/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/pom.xml b/framework/pom.xml
index 8635eb7..8f5ec57 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>7.0.0</version>
   <properties>
     <dollar>$</dollar>
     <felix.java.version>8</felix.java.version>
@@ -36,7 +36,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>HEAD</tag>
+    <tag>org.apache.felix.framework-7.0.0</tag>
   </scm>
 
   <build>