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 2022/06/26 15:24:08 UTC

[jackrabbit-filevault-package-maven-plugin] branch feature/archiver-3.6.0 created (now b179da2)

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

kwin pushed a change to branch feature/archiver-3.6.0
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


      at b179da2  releng: Update archiver, filtering and common-artifact-filters

This branch includes the following new commits:

     new b179da2  releng: Update archiver, filtering and common-artifact-filters

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.



[jackrabbit-filevault-package-maven-plugin] 01/01: releng: Update archiver, filtering and common-artifact-filters

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/archiver-3.6.0
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git

commit b179da2c9e2e3a072b3cd97a63483cbc57799b38
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jun 26 17:24:02 2022 +0200

    releng: Update archiver, filtering and common-artifact-filters
---
 pom.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a853a4f..0fc0972 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-utils</artifactId>
-                <version>3.3.0</version>
+                <version>3.4.2</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
@@ -375,21 +375,22 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-archiver</artifactId>
-            <version>3.5.2</version>
+            <version>3.6.0</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>4.2.7</version>
+            <version>4.4.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-shared-utils</artifactId>
-            <version>3.3.3</version>
+            <version>3.3.4</version>
         </dependency>
         <dependency>
             <groupId>org.jetbrains</groupId>
             <artifactId>annotations</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -431,7 +432,7 @@
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-common-artifact-filters</artifactId>
-            <version>3.2.0</version>
+            <version>3.3.0</version>
             <exclusions>
               <exclusion>
                 <groupId>org.apache.maven</groupId>
@@ -451,7 +452,7 @@
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-filtering</artifactId>
-            <version>3.2.0</version>
+            <version>3.3.0</version>
             <exclusions>
               <exclusion>
                 <groupId>org.apache.maven</groupId>