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:06:51 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare release org.apache.felix.framework.security-2.8.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 d631e8e  [maven-release-plugin] prepare release org.apache.felix.framework.security-2.8.3
d631e8e is described below

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

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

diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index 14555e0..fe7ccee 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.9.0-SNAPSHOT</version>
+  <version>2.8.3</version>
   <description>
     This bundle provides an implementation of the OSGi security for Apache Felix.
   </description>
@@ -35,7 +35,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.framework.security-2.8.3</tag>
   </scm>
   <dependencies>
      <dependency>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.1.0-SNAPSHOT</version>
+      <version>7.0.3</version>
     </dependency>
   </dependencies>
   <build>