You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/06 17:37:10 UTC

[maven-war-plugin] branch interp created (now e35c98d)

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

elharo pushed a change to branch interp
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git.


      at e35c98d  update dependencies: commons-io, plexus-interpolation, and plexus-archiver

This branch includes the following new commits:

     new e35c98d  update dependencies: commons-io, plexus-interpolation, and plexus-archiver

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.



[maven-war-plugin] 01/01: update dependencies: commons-io, plexus-interpolation, and plexus-archiver

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

elharo pushed a commit to branch interp
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git

commit e35c98d176b8e7676530bb1f6e9d750d6aca1ea2
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 6 13:36:59 2020 -0400

    update dependencies: commons-io, plexus-interpolation, and plexus-archiver
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a47aaab..4e1aee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,17 +108,17 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.1</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.25</version>
+      <version>1.26</version>
     </dependency>
 
     <dependency>