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 bd3d70fbbd [maven-release-plugin] prepare release
org.apache.felix.main-7.0.5
bd3d70fbbd is described below
commit bd3d70fbbdf18807bacf0a5bcbfd8d034dc2be8b
Author: Karl Pauls <[email protected]>
AuthorDate: Fri May 27 12:52:56 2022 +0200
[maven-release-plugin] prepare release org.apache.felix.main-7.0.5
---
main/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/main/pom.xml b/main/pom.xml
index 423c616ae1..972de03c3a 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>7.1.0-SNAPSHOT</version>
+ <version>7.0.5</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.5</tag>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.0.5</version>
</dependency>
</dependencies>
<properties>