You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/05/20 11:43:13 UTC

[maven-common-artifact-filters] branch update-resolver created (now 0366c34)

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

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


      at 0366c34  Update resolver to latest Java7 version.

This branch includes the following new commits:

     new 0366c34  Update resolver to latest Java7 version.

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 resolver to latest Java7 version.

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

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

commit 0366c343d95fdfd4d9b6fcee704dface7b8fa13b
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu May 20 13:42:35 2021 +0200

    Update resolver to latest Java7 version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33baba2..6e1c631 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
   <properties>
     <maven.version>3.1.1</maven.version>
     <javaVersion>7</javaVersion>
-    <resolver.version>1.4.2</resolver.version>
+    <resolver.version>1.6.3</resolver.version>
     <surefire.version>2.22.2</surefire.version>
     <checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2021-02-14T00:03:59Z</project.build.outputTimestamp>