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 2021/12/03 16:09:11 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare release org.apache.felix.main.distribution-7.0.3

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 9798632  [maven-release-plugin] prepare release org.apache.felix.main.distribution-7.0.3
9798632 is described below

commit 9798632be8cb87e8916ac858414e176f2acca352
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Dec 3 17:09:06 2021 +0100

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

diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index 4a1e05a..bd841c4 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -27,7 +27,7 @@
   <packaging>pom</packaging>
   <name>Apache Felix Main Distribution</name>
   <artifactId>org.apache.felix.main.distribution</artifactId>
-  <version>7.1.0-SNAPSHOT</version>
+  <version>7.0.3</version>
   <properties>
     <dollar>$</dollar>
     <framework.version>7.0.3</framework.version>
@@ -42,7 +42,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.main.distribution-7.0.3</tag>
   </scm>
   <build>
     <plugins>