You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/01/10 07:12:32 UTC

[sling-slingstart-maven-plugin] branch master updated: SLING-8981 : Update slingstart plugin to Maven 3.5.0

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bdb45b2  SLING-8981 : Update slingstart plugin to Maven 3.5.0
bdb45b2 is described below

commit bdb45b26c7345539a125dcbf9878ef080e724571
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jan 10 08:12:19 2020 +0100

    SLING-8981 : Update slingstart plugin to Maven 3.5.0
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3ab809..de5638f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <url>https://sling.apache.org/components/slingstart-maven-plugin/</url>
 
     <properties>
-        <maven.version>3.0.5</maven.version>
+        <maven.version>3.5.0</maven.version>
         <maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
         <sling.java.version>8</sling.java.version>
     </properties>
@@ -160,12 +160,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.1.0</version>
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.modelconverter</artifactId>
-            <version>1.0.8</version>
+            <version>1.0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -202,24 +202,24 @@
         <dependency>
             <groupId>biz.aQute.bnd</groupId>
             <artifactId>biz.aQute.bndlib</artifactId>
-            <version>4.2.0</version>
+            <version>4.3.1</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-interactivity-api</artifactId>
-            <version>1.0-alpha-6</version>
+            <version>1.0</version>
         </dependency>
         <!-- We use a class from the config admin implementation to read config files -->
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.configadmin</artifactId>
-            <version>1.8.10</version>
+            <version>1.9.16</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.10</version>
+            <version>1.0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -229,12 +229,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.johnzon</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.2</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>2.4.4</version>
+            <version>4.2.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.codehaus.plexus</groupId>
@@ -249,17 +249,17 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
-            <version>3.0.17</version>
+            <version>3.3.0</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
+            <version>2.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-filtering</artifactId>
-            <version>1.2</version>
+            <version>3.1.1</version>
             <exclusions>
                 <exclusion>
                     <artifactId>maven-project</artifactId>