This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch buildfix in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/buildfix by this push: new c86d1ea wagon 3.3.3 c86d1ea is described below commit c86d1ea910856c17955a81714938bc2b878a67bb Author: tibordigana <tibordig...@apache.org> AuthorDate: Tue Aug 13 00:35:20 2019 +0200 wagon 3.3.3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7290131..86ad75f 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ <mavenVersion>3.0</mavenVersion> <javaVersion>7</javaVersion> <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven> - <wagonVersion>2.8</wagonVersion> + <wagonVersion>3.3.3</wagonVersion> <surefire.version>2.21.0</surefire.version> <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path> </properties> @@ -231,12 +231,12 @@ <dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-connector-file</artifactId> - <version>1.13.1</version> + <version>1.7</version> </dependency> <dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-connector-wagon</artifactId> - <version>1.13.1</version> + <version>1.7</version> </dependency> <dependency> <groupId>org.xmlunit</groupId>