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 5edad1f [maven-release-plugin] prepare release
org.apache.felix.framework.security-2.8.0
5edad1f is described below
commit 5edad1f8164f93385032a860598dce41463dfcae
Author: Karl Pauls <[email protected]>
AuthorDate: Mon Dec 21 23:26:32 2020 +0100
[maven-release-plugin] prepare release
org.apache.felix.framework.security-2.8.0
---
framework.security/pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index 11e58dc..ce3f3b5 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Security Provider</name>
<artifactId>org.apache.felix.framework.security</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.8.0</version>
<description>
This bundle provides an implementation of the OSGi security for Apache
Felix.
</description>
@@ -35,7 +35,8 @@
<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>
- </scm>
+ <tag>org.apache.felix.framework.security-2.8.0</tag>
+ </scm>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
@@ -45,7 +46,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>6.1.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</dependency>
</dependencies>
<build>