From 3a7d99cb5e1a7617221b764ac0f574c30f2b66a1 Mon Sep 17 00:00:00 2001 From: Paul Polishchuk Date: Sat, 28 Aug 2021 11:36:25 +0300 Subject: [PATCH] Release 1.6.7 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04645d7e..3edbb5e1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Can be an alternative to [maven-dependency-plugin:get](http://maven.apache.org/p ``` -mvn com.googlecode.maven-download-plugin:download-maven-plugin:1.6.6:artifact -DgroupId=com.googlecode -DartifactId=maven-download-plugin -Dversion=0.1 -DoutputDirectory=temp +mvn com.googlecode.maven-download-plugin:download-maven-plugin:1.6.7:artifact -DgroupId=com.googlecode -DartifactId=maven-download-plugin -Dversion=0.1 -DoutputDirectory=temp ``` ### "WGet" goal @@ -45,7 +45,7 @@ It provides caching and checksum verification. com.googlecode.maven-download-plugin download-maven-plugin - 1.6.6 + 1.6.7 install-jbpm @@ -91,7 +91,7 @@ mvn com.googlecode.maven-download-plugin:download-maven-plugin:help -Ddetail ``` ### Generated documentation -See also generated documentation pages [for 1.6.6](http://maven-download-plugin.github.io/maven-download-plugin/docsite/1.6.6/) and [for snapshot](http://maven-download-plugin.github.io/maven-download-plugin/docsite/snapshot/). +See also generated documentation pages [for 1.6.7](http://maven-download-plugin.github.io/maven-download-plugin/docsite/1.6.7/) and [for snapshot](http://maven-download-plugin.github.io/maven-download-plugin/docsite/snapshot/). ### Mailing-list diff --git a/pom.xml b/pom.xml index 98a2dc32..4d8d2103 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.googlecode.maven-download-plugin download-maven-plugin maven-plugin - 1.6.7-SNAPSHOT + 1.6.7 Download Plugin for Maven