You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/09/12 10:35:37 UTC

[maven-resolver-ant-tasks] branch master updated (8ef400a -> 232631c)

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

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git.


    from 8ef400a  update CI url
     new 4344bc3  [MRESOLVER-182] Require Java 8
     new 232631c  [MRESOLVER-205] Upgrade Resolver to 1.7.2

The 2 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.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[maven-resolver-ant-tasks] 02/02: [MRESOLVER-205] Upgrade Resolver to 1.7.2

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git

commit 232631c19e063c2163776d5b4c395351ab129848
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 12:35:23 2021 +0200

    [MRESOLVER-205] Upgrade Resolver to 1.7.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 09ae2bd..46f6bcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
 
   <properties>
     <mavenVersion>3.6.3</mavenVersion>
-    <resolverVersion>1.6.3</resolverVersion>
+    <resolverVersion>1.7.2</resolverVersion>
     <antVersion>1.8.4</antVersion>
     <javaVersion>8</javaVersion>
     <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path>

[maven-resolver-ant-tasks] 01/02: [MRESOLVER-182] Require Java 8

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git

commit 4344bc3416900a7c9f4b413a4362fad9dbb08158
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 12:34:12 2021 +0200

    [MRESOLVER-182] Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5969c5f..09ae2bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <mavenVersion>3.6.3</mavenVersion>
     <resolverVersion>1.6.3</resolverVersion>
     <antVersion>1.8.4</antVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path>
     <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2021-05-13T18:07:07Z</project.build.outputTimestamp>