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:30:01 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare release org.apache.felix.main-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 3eab73e  [maven-release-plugin] prepare release org.apache.felix.main-7.0.0
3eab73e is described below

commit 3eab73e54d9e37c6daf742e74e21e42bc565c3af
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon Dec 21 23:29:50 2020 +0100

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

diff --git a/main/pom.xml b/main/pom.xml
index 844261a..15ac773 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>6.1.0-SNAPSHOT</version>
+  <version>7.0.0</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>HEAD</tag>
+      <tag>org.apache.felix.main-7.0.0</tag>
   </scm>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.1.0-SNAPSHOT</version>
+      <version>7.0.0</version>
     </dependency>
   </dependencies>
   <properties>