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 dab5c6e Update SNAPSHOT example
dab5c6e is described below
commit dab5c6e33719576773adbb71b6242d8b1c2f4e27
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 9 23:33:49 2023 +0000
Update SNAPSHOT example
---
README.md | 2 +-
src/site/xdoc/index.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fbb8524..10b3e79 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Apache Maven Mojo for Apache Commons Build tasks.
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.12-SNAPSHOT:download-page
[-Dcommons.release.version=1.2.3]
+ mvn
org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page
[-Dcommons.release.version=1.2.3]
Documentation
-------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 30c1c32..da5089a 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -72,7 +72,7 @@
<p>As noted above, you can override POM properties if
necessary.</p>
<p>To use a SNAPSHOT version (for testing etc)</p>
- <source>mvn
org.apache.commons:commons-build-plugin:1.13-SNAPSHOT:download-page
[-Dcommons.release.version=1.2.3]</source>
+ <source>mvn
org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page
[-Dcommons.release.version=1.2.3]</source>
</section>
</body>
</document>