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:38 UTC

[commons-build-plugin] branch master updated (6c8ecbf -> 52eaec0)

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

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


    from 6c8ecbf  Prepare release candidate
     new 3bfd5cd  Prepare release candidate
     new 85b7303  Better text
     new 52eaec0  Prepare release candidate

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  2 +-
 RELEASE-NOTES.txt                                  | 15 ++++++------
 pom.xml                                            | 11 ++++-----
 ...-build-plugin.xml => download_build-plugin.xml} | 28 +++++++++++-----------
 src/site/xdoc/index.xml                            |  6 ++---
 src/site/xdoc/mail-lists.xml                       |  8 +++----
 6 files changed, 35 insertions(+), 35 deletions(-)
 rename src/site/xdoc/{download_commons-build-plugin.xml => download_build-plugin.xml} (82%)


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

Posted by gg...@apache.org.
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>


[commons-build-plugin] 01/03: Prepare release candidate

Posted by gg...@apache.org.
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 3bfd5cd276993b52206c3aded12a5360c26cd09a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 10:11:59 2023 -0400

    Prepare release candidate
---
 RELEASE-NOTES.txt | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2d719a9..fd4adaa 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-              Apache Commons Build Plugin Maven Mojo 1.13-SNAPSHOT RELEASE NOTES
+              Apache Commons Build Plugin Maven Mojo 1.13 RELEASE NOTES
 
 Apache Maven Mojo for Apache Commons Build tasks.
 
@@ -6,7 +6,7 @@ For example:
 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.13-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
 
 Feature release
 
@@ -33,14 +33,15 @@ o                   Fix running on Java 11 and up. Use GraalVM instead of Java 8
                     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
                     ... 5 more Thanks to Gary Gregory.
 o                   Fix minor typos #79. Thanks to Marc Wrobel.
+o                   [StepSecurity] ci: Harden GitHub Actions #162. Thanks to step-security-bot, Gary Gregory.
 
 Changes:
 o                   Bump Ant integration from org.apache.maven:maven-script-ant to org.apache.maven.plugin-tools:maven-script-ant 3.9.0. Thanks to Gary Gregory.
-o                   Bump actions/cache from 2 to 3.0.11, #25, #37, #51, #65, #88, #91, #94. Thanks to Dependabot, Gary Gregory.
-o                   Bump actions/checkout from 2.3.3 to 3.1.0 #9, #14, #21, #48, #70, #92. Thanks to Dependabot, Gary Gregory.
-o                   Bump actions/setup-java from 2 to 3.6.0 #97. Thanks to Gary Gregory, Dependabot.
-o                   Bump actions/upload-artifact from 3.1.0 to 3.1.1. Thanks to Dependabot.
-o                   Bump github/codeql-action from 2.1.30 to 2.1.35 #103, #107. Thanks to Dependabot.
+o                   Bump actions/cache. Thanks to Dependabot, Gary Gregory.
+o                   Bump actions/checkout. Thanks to Dependabot, Gary Gregory.
+o                   Bump actions/setup-java. Thanks to Gary Gregory, Dependabot.
+o                   Bump actions/upload-artifact. Thanks to Dependabot.
+o                   Bump github/codeql-action. Thanks to Dependabot.
 o                   Bump maven-antrun-plugin from 1.8 to 3.1.0, #18, #71. Thanks to Dependabot.
 o                   Bump spotbugs-maven-plugin from 4.1.3 to 4.7.3.0 #56, #58, #66, #73, #75, #77, #82, #93, #106. Thanks to Gary Gregory, Dependabot.
 o                   Bump spotbugs from 4.1.3 to 4.7.3, #24, #26, #57, #63, #72, #80, #98. Thanks to Gary Gregory, Dependabot.


[commons-build-plugin] 03/03: Prepare release candidate

Posted by gg...@apache.org.
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 52eaec0ce0e7b0b96899f3f6a6f59bdda4dda496
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 10:35:14 2023 -0400

    Prepare release candidate
---
 README.md                                          |  2 +-
 pom.xml                                            | 11 ++++-----
 ...-build-plugin.xml => download_build-plugin.xml} | 28 +++++++++++-----------
 src/site/xdoc/mail-lists.xml                       |  8 +++----
 4 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index 7c15a50..61b28e7 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Questions related to the usage of Apache Commons Build Plugin Maven Mojo should
 
 Where can I get the latest release?
 -----------------------------------
-You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-build-plugin/download_commons-build-plugin.cgi).
+You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi).
 
 Alternatively, you can pull it from  the central Maven repositories:
 
diff --git a/pom.xml b/pom.xml
index ac069c0..f999463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,20 +228,19 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.manifestfile/>
-    <commons.componentid>commons-build-plugin</commons.componentid>
+    <commons.componentid>build-plugin</commons.componentid>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <commons.jira.pid>12310466&amp;amp;component=12312401</commons.jira.pid>
-    <commons.release.version>${project.version}</commons.release.version>
-    <commons.site.path>${commons.componentid}</commons.site.path>
+    <commons.site.path>commons-${commons.componentid}</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-    
+
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.12</commons.bc.version>
     <commons.release.version>1.13</commons.release.version>
+    <commons.bc.version>1.12</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
+    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.site.path}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
     
diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_build-plugin.xml
similarity index 82%
rename from src/site/xdoc/download_commons-build-plugin.xml
rename to src/site/xdoc/download_build-plugin.xml
index c68a380..ecb4d2c 100644
--- a/src/site/xdoc/download_commons-build-plugin.xml
+++ b/src/site/xdoc/download_build-plugin.xml
@@ -117,28 +117,28 @@ limitations under the License.
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.13-bin.tar.gz">commons-build-plugin-1.13-bin.tar.gz</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/binaries/commons-build-plugin-1.13-bin.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/binaries/commons-build-plugin-1.13-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.13-bin.tar.gz">commons-build-plugin-1.13-bin.tar.gz</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.13-bin.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.13-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.13-bin.zip">commons-build-plugin-1.13-bin.zip</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/binaries/commons-build-plugin-1.13-bin.zip.sha512">sha512</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/binaries/commons-build-plugin-1.13-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.13-bin.zip">commons-build-plugin-1.13-bin.zip</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.13-bin.zip.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.13-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.13-src.tar.gz">commons-build-plugin-1.13-src.tar.gz</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/source/commons-build-plugin-1.13-src.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/source/commons-build-plugin-1.13-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.13-src.tar.gz">commons-build-plugin-1.13-src.tar.gz</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.13-src.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.13-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.13-src.zip">commons-build-plugin-1.13-src.zip</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/source/commons-build-plugin-1.13-src.zip.sha512">sha512</a></td>
-              <td><a href="https://downloads.apache.org/commons/commons-build-plugin/source/commons-build-plugin-1.13-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.13-src.zip">commons-build-plugin-1.13-src.zip</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.13-src.zip.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.13-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -148,8 +148,8 @@ limitations under the License.
           Older releases can be obtained from the archives.
         </p>
         <ul>
-          <li class="download"><a href="[preferred]/commons/commons-build-plugin/">browse download area</a></li>
-          <li><a href="https://archive.apache.org/dist/commons/commons-build-plugin/">archives...</a></li>
+          <li class="download"><a href="[preferred]/commons/build-plugin/">browse download area</a></li>
+          <li><a href="https://archive.apache.org/dist/commons/build-plugin/">archives...</a></li>
         </ul>
     </section>
   </body>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 9536106..6b436a6 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -54,7 +54,7 @@ limitations under the License.
         the convention in Commons is to prefix the subject line of messages with the component's name,
         for example:
         <ul>
-          <li>[commons-build-plugin] Problem with the ...</li>
+          <li>[build-plugin] Problem with the ...</li>
         </ul>
       </p>
       <p>
@@ -79,7 +79,7 @@ limitations under the License.
     <section name="Apache Commons Build Plugin Maven Mojo Mailing Lists">
       <p>
         <strong>Please prefix the subject line of any messages for <a href="index.html">Apache Commons Build Plugin Maven Mojo</a>
-        with <i>[commons-build-plugin]</i></strong> - <i>thanks!</i>
+        with <i>[build-plugin]</i></strong> - <i>thanks!</i>
         <br />
         <br />
       </p>
@@ -104,7 +104,7 @@ limitations under the License.
           </td>
           <td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
           <td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
-          <td><a href="mailto:user@commons.apache.org?subject=[commons-build-plugin]">Post</a></td>
+          <td><a href="mailto:user@commons.apache.org?subject=[build-plugin]">Post</a></td>
           <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a><br />
               <a href="https://lists.apache.org/list.html?user@commons.apache.org">lists.apache.org</a>
           </td>
@@ -124,7 +124,7 @@ limitations under the License.
           </td>
           <td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td>
           <td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
-          <td><a href="mailto:dev@commons.apache.org?subject=[commons-build-plugin]">Post</a></td>
+          <td><a href="mailto:dev@commons.apache.org?subject=[build-plugin]">Post</a></td>
           <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a><br />
               <a href="https://lists.apache.org/list.html?dev@commons.apache.org">lists.apache.org</a>
           </td>