This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 9f6bc4c Regenerate 9f6bc4c is described below commit 9f6bc4c527bd18431750dc1883e1709c4bc2ee15 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 13 16:57:03 2020 +0100 Regenerate --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6a2808..79a05c9 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,15 @@ Apache Commons Build Plugin Maven Mojo [](https://travis-ci.org/apache/commons-commons-build-plugin) [](https://coveralls.io/r/apache/commons-commons-build-plugin) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/) -[](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.9) +[](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.12) Apache Maven Mojo for Apache Commons Build tasks. For example: - mvn commons:download-page [-Dcommons.release.version=1.2.3] + mvn commons-build:download-page [-Dcommons.release.version=1.2.3] To use a SNAPSHOT version (for testing etc) - mvn org.apache.commons:commons-build-plugin:1.10-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3] + mvn org.apache.commons:commons-build-plugin:1.12-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3] Documentation ------------- @@ -73,7 +73,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-build-plugin</artifactId> - <version>1.11</version> + <version>1.12</version> </dependency> ```