You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/17 15:38:07 UTC

[maven-resolver-ant-tasks] branch MRESOLVER-181 updated (980b365 -> f7a0892)

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

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


 discard 980b365  [MRESOLVER-181] Upgrade Ant to 1.9.15
 discard 7d89b4e  Bump junit from 4.12 to 4.13.2
     new 2525d7a  [MRESOLVER-181] Upgrade Ant to 1.9.15
     new f7a0892  Bump junit from 4.12 to 4.13.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (980b365)
            \
             N -- N -- N   refs/heads/MRESOLVER-181 (f7a0892)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 | 5 +++++
 1 file changed, 5 insertions(+)

[maven-resolver-ant-tasks] 01/02: [MRESOLVER-181] Upgrade Ant to 1.9.15

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

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

commit 2525d7a15349bdc8f935ed2f8180c641265be93c
Author: Nils Breunese <ni...@breun.nl>
AuthorDate: Sun May 16 20:36:44 2021 +0200

    [MRESOLVER-181] Upgrade Ant to 1.9.15
    
    Submitted by: Nils Breunese
    
    o Updated to Ant 1.9.15
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5969c5f..5a2c5b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
   <properties>
     <mavenVersion>3.6.3</mavenVersion>
     <resolverVersion>1.6.3</resolverVersion>
-    <antVersion>1.8.4</antVersion>
+    <antVersion>1.9.15</antVersion>
     <javaVersion>7</javaVersion>
     <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path>
     <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore>
@@ -366,6 +366,11 @@
                 <artifactId>ant-junit</artifactId>
                 <version>${antVersion}</version>
               </dependency>
+              <dependency>
+                <groupId>org.apache.ant</groupId>
+                <artifactId>ant</artifactId>
+                <version>${antVersion}</version>
+              </dependency>
             </dependencies>
           </plugin>
         </plugins>

[maven-resolver-ant-tasks] 02/02: Bump junit from 4.12 to 4.13.2

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

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

commit f7a08921451c960b908f4ee33e2e66cea520a225
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 16 10:53:11 2021 +0200

    Bump junit from 4.12 to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a2c5b3..4708a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>