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/07/31 01:02:47 UTC

[maven-common-artifact-filters] branch dep2 created (now 4d8d2b6)

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

elharo pushed a change to branch dep2
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git.


      at 4d8d2b6  update to Maven resolver 1.4.2

This branch includes the following new commits:

     new 4d8d2b6  update to Maven resolver 1.4.2

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-common-artifact-filters] 01/01: update to Maven resolver 1.4.2

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

elharo pushed a commit to branch dep2
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git

commit 4d8d2b6f013c51416df48111b6f2c2afff259bf8
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jul 30 21:02:30 2020 -0400

    update to Maven resolver 1.4.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29baadb..439e184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,13 +115,13 @@
     <dependency>
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-api</artifactId>
-      <version>1.3.1</version>
+      <version>1.4.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-util</artifactId>
-      <version>1.3.1</version>
+      <version>1.4.2</version>
       <scope>provided</scope>
     </dependency>