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-crypto.git
commit e9a9cfb7a35f754e74668f62e8ab8c05bd8f4eca Author: garydgregory <[email protected]> AuthorDate: Sun Aug 16 14:35:51 2020 -0400 maven-resources-plugin 3.1.0 -> 3.2.0. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dee16ec..ffb02af 100644 --- a/pom.xml +++ b/pom.xml @@ -477,7 +477,7 @@ The following provides more details on the included cryptographic software: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> </plugin> </plugins> </pluginManagement> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3fc11cd..4508c8c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,6 +73,7 @@ <action type="update" dev="ggregory" due-to="Geoffrey Blake">Reset JAVA_HOME for aarch64 and ppc builds. Turn off maven-enforcer for Xenial builds #104.</action> <action type="update" dev="ggregory">Update maven-checkstyle-plugin 3.0.0 -> 3.1.1.</action> <action type="update" dev="ggregory">Update commons-parent 51 -> 52.</action> + <action type="update" dev="ggregory">maven-resources-plugin 3.1.0 -> 3.2.0.</action> </release> <release version="1.0.0" date="2016-07-22" description="
