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 e3ac16b24a [maven-release-plugin] prepare release
org.apache.felix.main.distribution-7.0.4
e3ac16b24a is described below
commit e3ac16b24aa4bb087b655c345b48f49c92b6ca92
Author: Karl Pauls <[email protected]>
AuthorDate: Fri May 20 15:43:25 2022 +0200
[maven-release-plugin] prepare release
org.apache.felix.main.distribution-7.0.4
---
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 08b5d92087..9a6e87f708 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.4</version>
<properties>
<dollar>$</dollar>
<framework.version>7.0.4</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.4</tag>
</scm>
<build>
<plugins>