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 2022/07/17 11:55:03 UTC

[commons-parent] branch master updated (911d4c1 -> eb7ec7c)

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


    from 911d4c1  Bump apache from 26 to 27 #127
     new 0109def  Format bit
     new bc88efc  Fix an action's type
     new c4d0015  Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins.
     new eb7ec7c  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent

The 4 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                 | 6 ------
 src/changes/changes.xml | 6 ++++--
 2 files changed, 4 insertions(+), 8 deletions(-)


[commons-parent] 02/04: Fix an action's type

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

commit bc88efc8b10941074695d2563e85f3ef7084bf6f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 07:44:00 2022 -0400

    Fix an action's type
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c01380..b412c13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
         <release version="54" date="2022-03-31" description="WIP">
            <!-- ADD -->
            <action type="add" dev="sebb">Add .vscode/* to RAT excludes.</action>
-           <action type="update" dev="ggregory" due-to="Dependabot">Add property commons.javadoc18.java.link.</action>
+           <action type="add" dev="ggregory" due-to="Dependabot">Add property commons.javadoc18.java.link.</action>
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/cache from 3 to 3.0.5, #118.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 2 to 3.</action>


[commons-parent] 04/04: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent

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

commit eb7ec7c8edadd19c9e81af2a9a020adc2d6ab954
Merge: c4d0015 911d4c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 07:50:14 2022 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent

 pom.xml                 | 4 ++--
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



[commons-parent] 03/04: Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins.

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

commit c4d0015fed15417cda1edbc97b7ba253a1cedc75
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 07:50:05 2022 -0400

    Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with
    current versions of RAT and site plugins.
    
    See https://lists.apache.org/thread/46j9zsqjwlrdv2ogmrrtzl6h1zcv1t1q
---
 pom.xml                 | 6 ------
 src/changes/changes.xml | 2 ++
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f5bd70..7c6767e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,6 @@
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jar-plugin.version>3.2.2</commons.jar-plugin.version>
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
-    <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.2.0</commons.jxr.version>
     <commons.pmd.version>3.17.0</commons.pmd.version>
     <commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>
@@ -1192,11 +1191,6 @@
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>${commons.jdepend.version}</version>
-      </plugin>
     </plugins>
   </reporting>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b412c13..4014b23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,8 @@ The <action> type attribute can be add,update,fix,remove.
            <!-- ADD -->
            <action type="add" dev="sebb">Add .vscode/* to RAT excludes.</action>
            <action type="add" dev="ggregory" due-to="Dependabot">Add property commons.javadoc18.java.link.</action>
+           <!-- REMOVE -->
+           <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins.</action>
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/cache from 3 to 3.0.5, #118.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 2 to 3.</action>


[commons-parent] 01/04: Format bit

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

commit 0109defd5c4d43ffdeedaac1a7b9979e7a1590b6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 07:43:38 2022 -0400

    Format bit
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 401fe47..1c01380 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
         <release version="54" date="2022-03-31" description="WIP">
            <!-- ADD -->
-          <action type="add" dev="sebb">Add .vscode/* to RAT excludes.</action>
+           <action type="add" dev="sebb">Add .vscode/* to RAT excludes.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Add property commons.javadoc18.java.link.</action>
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/cache from 3 to 3.0.5, #118.</action>