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 2020/08/11 18:05:37 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: releng: use newest maven-filtering and maven-shared-utils dependency

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-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new fea94b8  releng: use newest maven-filtering and maven-shared-utils dependency
fea94b8 is described below

commit fea94b8c0e95c6485d0a4b3c1c3462fb44fdf94d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Aug 11 20:05:29 2020 +0200

    releng: use newest maven-filtering and maven-shared-utils dependency
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb30b94..3a0f59a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,13 +422,13 @@
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-filtering</artifactId>
-            <version>3.1.1</version>
+            <version>3.2.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-shared-utils</artifactId>
-            <version>3.2.1</version>
+            <version>3.3.3</version>
         </dependency>
 
         <!-- testing -->