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:49 UTC

[sling-org-apache-sling-launchpad-base] branch SLING-10514 created (now 240c6bd)

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

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


      at 240c6bd  SLING-10514: update to felix framework 7.0.1

This branch includes the following new commits:

     new 240c6bd  SLING-10514: update to felix framework 7.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by pa...@apache.org.
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>