From 94d3f4b7f72e0c98d4211d8846126a4758a2650e Mon Sep 17 00:00:00 2001
From: Sebb
Date: Sun, 18 Oct 2020 13:10:06 +0100
Subject: [PATCH] Bump to next version
---
RELEASE-NOTES.txt | 12 ++++++++
pom.xml | 2 +-
.../xdoc/download_commons-build-plugin.xml | 30 ++++++++++---------
3 files changed, 29 insertions(+), 15 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 792a1b9..1dbb31c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -9,6 +9,18 @@ The Apache Commons Build Plugin is a Maven Plugin which can be used by Apache Co
See:
https://commons.apache.org/commons-build-plugin/
+VERSION 1.12 - 2020-10-17
+-------------------------
+
+Changes since the last release:
+1. COMMONSSITE-137 - commons-build:all ignores commons.release.hash settings (fix; sebb)
+2. commons-build:mail-page - add links to lists.apache.org (update;sebb)
+3. Enable GitHub build (update; ggregory)
+4. spotbugs-maven-plugin 4.0.0 -> 4.1.3 (update; Dependabot)
+5. actions/checkout v2.3.1 -> v2.3.3 (update; Dependabot)
+6. versions-maven-plugin 2.7 -> 2.8.1 (update; Dependabot)
+7. actions/setup-java v1.4.0 -> v1.4.2 (update; Dependabot)
+
VERSION 1.11 - 2019-08-30
-------------------------
diff --git a/pom.xml b/pom.xml
index 78e46fe..48d5a2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
commons-build-plugin
maven-plugin
- 1.12-SNAPSHOT
+ 1.13-SNAPSHOT
Apache Commons Build Plugin Maven Mojo
Apache Maven Mojo for Apache Commons Build tasks.
diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_commons-build-plugin.xml
index d2297d7..22e1180 100644
--- a/src/site/xdoc/download_commons-build-plugin.xml
+++ b/src/site/xdoc/download_commons-build-plugin.xml
@@ -29,19 +29,21 @@ limitations under the License.
| 1) Re-generate using: mvn commons-build:download-page |
| |
| 2) Set the following properties in the component's pom: |
- | - commons.componentid (required, alphabetic, lower case) |
+ | - commons.componentid (required, alphabetic, lower case) |
| - commons.release.version (required) |
| - commons.release.name (required) |
| - commons.binary.suffix (optional) |
| (defaults to "-bin", set to "" for pre-maven2 releases) |
| - commons.release.desc (optional) |
| - commons.release.subdir (optional) |
+ | - commons.release.hash (optional, lowercase, default sha512) |
| |
| - commons.release.[234].version (conditional) |
| - commons.release.[234].name (conditional) |
| - commons.release.[234].binary.suffix (optional) |
| - commons.release.[234].desc (optional) |
| - commons.release.[234].subdir (optional) |
+ | - commons.release.[234].hash (optional, lowercase, [sha512])|
| |
| 3) Example Properties |
| (commons.release.name inherited by parent: |
@@ -111,32 +113,32 @@ limitations under the License.
-