Skip to content

Commit

Permalink
Release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
longtimeago committed Aug 28, 2021
1 parent 8910347 commit 3a7d99c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,7 +45,7 @@ It provides caching and checksum verification.
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
<executions>
<execution>
<id>install-jbpm</id>
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<name>Download Plugin for Maven</name>
<!-- See https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide -->
<parent>
Expand Down

0 comments on commit 3a7d99c

Please sign in to comment.