You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/06/21 22:01:50 UTC

[sling-org-apache-sling-launchpad-base] 01/01: SLING-10514: update to felix framework 7.0.1

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch SLING-10514
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-base.git

commit 240c6bd268898900b5d179a1d60c591fd793f8af
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Tue Jun 22 00:01:34 2021 +0200

    SLING-10514: update to felix framework 7.0.1
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f847aa5..ec7ff59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
        This version is a concatenation of the framework version and a version for the launchpad base itself.
        For a release only the qualifier (launchpad base version) is increased.
      -->
-    <version>7.0.0-2.7.1-SNAPSHOT</version>
+    <version>7.0.1-2.7.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -85,6 +85,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>5.1.1</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -227,6 +228,11 @@
                     </excludePackageNames>
                 </configuration>
             </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>animal-sniffer-maven-plugin</artifactId>
+               <version>1.20</version>
+            </plugin>
         </plugins>
     </build>
 
@@ -234,7 +240,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>7.0.0</version>
+            <version>7.0.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -287,7 +293,7 @@
             <artifactId>junit-addons</artifactId>
             <version>1.4</version>
             <scope>test</scope>
-        </dependency> 
+        </dependency>
     </dependencies>
 </project>