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/01/07 18:44:15 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: JCRVLT-585 - Update Maven Archiver to 3.5.2

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 1857619  JCRVLT-585 - Update Maven Archiver to 3.5.2
1857619 is described below

commit 1857619d70082f586c510a71e60934d127151d53
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 7 19:44:08 2022 +0100

    JCRVLT-585 - Update Maven Archiver to 3.5.2
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89664af..edc82b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,10 +149,9 @@
                         <configuration>
                             <systemPropertyVariables>
                                 <plugin.version>${project.version}</plugin.version>
-                                <!-- https://github.com/jenkinsci/pipeline-maven-plugin/blob/master/FAQ.adoc#how-to-disable-the-maven-event-spy-injected-by-the-pipeline-maven-plugin-in-maven-builds -->
-                                <org.jenkinsci.plugins.pipeline.maven.eventspy.JenkinsMavenEventSpy.disabled>true</org.jenkinsci.plugins.pipeline.maven.eventspy.JenkinsMavenEventSpy.disabled>
                             </systemPropertyVariables>
                             <environmentVariables>
+                                <!-- https://github.com/jenkinsci/pipeline-maven-plugin/blob/master/FAQ.adoc#how-to-disable-the-maven-event-spy-injected-by-the-pipeline-maven-plugin-in-maven-builds -->
                                 <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
                             </environmentVariables>
                         </configuration>
@@ -352,12 +351,12 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-archiver</artifactId>
-            <version>3.5.1</version>
+            <version>3.5.2</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>4.2.3</version>
+            <version>4.2.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>