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 2020/08/16 18:37:43 UTC

[commons-crypto] branch master updated (fabffa0 -> 70d7415)

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-crypto.git.


    from fabffa0  Drop unused property slf4j-api.version.
     new e9a9cfb  maven-resources-plugin 3.1.0 -> 3.2.0.
     new 70d7415  Document build and site changes.

The 2 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:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)


[commons-crypto] 01/02: maven-resources-plugin 3.1.0 -> 3.2.0.

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-crypto.git

commit e9a9cfb7a35f754e74668f62e8ab8c05bd8f4eca
Author: garydgregory <ga...@192.168.1.7>
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="


[commons-crypto] 02/02: Document build and site changes.

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-crypto.git

commit 70d74150d695a061a579984d9f1ecc20fe31f456
Author: garydgregory <ga...@192.168.1.7>
AuthorDate: Sun Aug 16 14:37:35 2020 -0400

    Document build and site changes.
---
 src/changes/changes.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4508c8c..33942f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,7 +73,9 @@
       <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>
+      <action                    type="update" dev="ggregory">Update maven-resources-plugin 3.1.0 -> 3.2.0.</action>
+      <action                    type="update" dev="ggregory">Update Apache CLIRR to JApiCmp.</action>
+      <action                    type="update" dev="ggregory">Update FindBugs to SpotBugs.</action>
     </release>
 
     <release version="1.0.0" date="2016-07-22" description="