You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/05/20 08:13:29 UTC

[jackrabbit-filevault] branch master updated: releng: plugin updates

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new f73747f  releng: plugin updates
f73747f is described below

commit f73747f82bd73611ce57b1b964b4e79594e03fe1
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu May 20 10:13:17 2021 +0200

    releng: plugin updates
    
    remove cli dependency mgmt from parent as only used in cli submodule
---
 parent/pom.xml    | 16 ++--------------
 vault-cli/pom.xml |  3 ++-
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a92e918..838f369 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -278,7 +278,7 @@ Bundle-Category: jackrabbit
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -311,7 +311,7 @@ Bundle-Category: jackrabbit
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.6</version>
+                    <version>0.8.7</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -360,18 +360,6 @@ Bundle-Category: jackrabbit
     <!-- ====================================================================== -->
     <dependencyManagement>
         <dependencies>
-            <!-- CLI Stuff -->
-            <dependency>
-                <groupId>org.apache.mahout.commons</groupId>
-                <artifactId>commons-cli</artifactId>
-                <version>2.0-mahout</version>
-            </dependency>
-            <dependency>
-                <groupId>jline</groupId>
-                <artifactId>jline</artifactId>
-                <version>0.9.94</version>
-            </dependency>
-
             <!-- jackrabbit -->
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
diff --git a/vault-cli/pom.xml b/vault-cli/pom.xml
index 0547f11..b5cd15e 100644
--- a/vault-cli/pom.xml
+++ b/vault-cli/pom.xml
@@ -74,7 +74,6 @@
             <!-- assemble dist -->
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.1.1</version>
                 <executions>
                     <execution>
                         <id>assemble-distribution</id>
@@ -141,10 +140,12 @@
         <dependency>
             <groupId>org.apache.mahout.commons</groupId>
             <artifactId>commons-cli</artifactId>
+            <version>2.0-mahout</version>
         </dependency>
         <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
+            <version>0.9.94</version>
         </dependency>
 
         <!-- JCR Stuff -->