You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/25 14:39:40 UTC

[commons-build-plugin] 02/03: Better text

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git

commit 85b7303c944180a3561874665364ed53024969a4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 10:32:59 2023 -0400

    Better text
---
 src/site/xdoc/index.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ee302d1..f59ed57 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -36,7 +36,7 @@
 
         </section>
 
-        <section name="Plugin Goals">
+        <section name="Plugin goals:">
             <p>
             Available Goals:
             <ul>
@@ -60,7 +60,7 @@
 <plugin>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-build-plugin</artifactId>
-  <version>1.11</version>
+  <version>1.13</version>
 </plugin>
 ]]></source>
             </p>
@@ -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.11-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]</source>
+            <source>mvn org.apache.commons:commons-build-plugin:1.13-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]</source>
         </section>
     </body>
 </document>