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/26 11:20:58 UTC

[maven] 01/01: Resolver 1.4.2

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

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

commit bdc2eee2a086852a571ea53a444d12021e61d66f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 26 13:20:33 2020 +0200

    Resolver 1.4.2
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df3ab27..79291e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <cipherVersion>1.8</cipherVersion>
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.4.1</resolverVersion>
+    <resolverVersion>1.4.2</resolverVersion>
     <slf4jVersion>1.7.29</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>
@@ -80,6 +80,12 @@ under the License.
     <project.build.outputTimestamp>2019-11-07T12:32:18Z</project.build.outputTimestamp>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>maven-1567</id>
+      <url>https://repository.apache.org/content/repositories/maven-1567</url>
+    </repository>
+  </repositories>
   <modules>
     <module>maven-plugin-api</module>
     <module>maven-builder-support</module>