You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/06 15:37:42 UTC

[sling-parent] branch master updated: SLING-7347 Update plugins to the most recent versions

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 02bfe90  SLING-7347 Update plugins to the most recent versions
02bfe90 is described below

commit 02bfe902436076d25eb087120e3538d7987c6b78
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jan 6 16:37:26 2018 +0100

    SLING-7347 Update plugins to the most recent versions
    
    use Maven Bundle Plugin (and biz.aQute.bndlib) 3.5.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f3e3e3..e42cb7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.4.0</version>
+                    <version>3.5.0</version>
                     <inherited>true</inherited>
                     <configuration>
                         <outputDirectory>${basedir}/target/classes</outputDirectory>
@@ -1187,7 +1187,7 @@
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bndlib</artifactId>
-                <version>3.4.0</version>
+                <version>3.5.0</version>
                 <scope>provided</scope>
             </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].