Skip to content

Commit

Permalink
Release 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
longtimeago committed Jan 22, 2022
1 parent d7bbc75 commit 6dfdb1f
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.7:artifact -DgroupId=com.googlecode -DartifactId=maven-download-plugin -Dversion=0.1 -DoutputDirectory=temp
mvn com.googlecode.maven-download-plugin:download-maven-plugin:1.6.8: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.7</version>
<version>1.6.8</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.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/).
See also generated documentation pages [for 1.6.8](http://maven-download-plugin.github.io/maven-download-plugin/docsite/1.6.8/) 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.8-SNAPSHOT</version>
<version>1.6.8</version>
<name>Download Plugin for Maven</name>
<!-- See https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide -->
<parent>
Expand Down

1 comment on commit 6dfdb1f

@mkarg
Copy link
Contributor

@mkarg mkarg commented on 6dfdb1f Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for publishing 1.6.8 - so I can get rid of my fork build now! 8-)

Please sign in to comment.