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 2020/04/12 16:18:23 UTC

[maven-resolver-ant-tasks] branch maven-antrun-plugin-3 created (now cbc4290)

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

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


      at cbc4290  Test with new maven-antrun-plugin 3.0.0

This branch includes the following new commits:

     new cbc4290  Test with new maven-antrun-plugin 3.0.0

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-resolver-ant-tasks] 01/01: Test with new maven-antrun-plugin 3.0.0

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

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

commit cbc429006394519c9ff0525ba09c4f277c94b223
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 12 18:16:31 2020 +0200

    Test with new maven-antrun-plugin 3.0.0
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a52b02c..0ffa5ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.resolver</groupId>
@@ -340,12 +341,24 @@
   <profiles>
     <profile>
       <id>run-its</id>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>apache.staging.1562</id>
+          <url>https://repository.apache.org/content/repositories/maven-1562/</url>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+        </pluginRepository>
+      </pluginRepositories>
       <build>
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>smoke-test</id>