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/06/09 12:10:16 UTC

[commons-email] branch master updated (cb60a99 -> 2ef0e79)

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


    from cb60a99  Add coverage.yml
     new 3334b59  Add Maven plugin JapiCmp and remove Clirr.
     new 7d65783  De-duplicate entries
     new 03234c4  Bump jacoco from 0.8.7 to 0.8.8
     new 2ef0e79  Fix description

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                 | 11 ++++-------
 src/changes/changes.xml | 12 ++++++------
 2 files changed, 10 insertions(+), 13 deletions(-)


[commons-email] 01/04: Add Maven plugin JapiCmp and remove Clirr.

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

commit 3334b59af9c89bce4295290f37c3daeb0e731a69
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 07:55:01 2022 -0400

    Add Maven plugin JapiCmp and remove Clirr.
---
 pom.xml                 | 7 ++-----
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e0d0ab..24da23b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,6 +309,7 @@
         <commons.release.version>1.6.0</commons.release.version>
         <commons.release.desc>(Java 7)</commons.release.desc>
         <commons.rc.version>RC1</commons.rc.version>
+        <commons.bc.version>1.5</commons.bc.version>
 
         <!-- override the default commons encoding property -->
         <commons.encoding>UTF-8</commons.encoding>
@@ -322,7 +323,7 @@
     </properties> 
 
     <build>
-        <defaultGoal>clean verify apache-rat:check clirr:check spotbugs:check javadoc:javadoc</defaultGoal>
+        <defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -489,10 +490,6 @@
                     <excludeFilterFile>${basedir}/conf/findbugs-exclude-filter.xml</excludeFilterFile>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>clirr-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bfe512b..9147785 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
       <action type="add" due-to="Dependabot" dev="ggregory">
         Add github/codeql-action #75.
       </action>
+      <action type="add" due-to="Gary Gregory" dev="ggregory">
+        Add Maven plugin JapiCmp and remove Clirr.
+      </action>
       <!-- UPDATE -->
       <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
         Bump actions/cache from 2 to 3.0.4 #39, #48, #60, #70.


[commons-email] 02/04: De-duplicate entries

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

commit 7d6578348ce2dabbb9b9700927fc32479630094b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 07:56:35 2022 -0400

    De-duplicate entries
---
 src/changes/changes.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9147785..07f2e11 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,8 +49,8 @@
       <action type="update" due-to="Gary Gregory">
         Bump from Java 7 to 8.
       </action>
-      <action issue="EMAIL-183" type="update" due-to="Lukas Petrovicky, gitmotte">
-        Bump javax.mail:1.6.1 to jakarta.mail:1.6.4.
+      <action issue="EMAIL-183" type="update" due-to="Lukas Petrovicky, gitmotte, Dependabot, Gary Gregory">
+        Bump javax.mail:1.6.1 to jakarta.mail:1.6.7.
       </action>
       <action issue="EMAIL-174" type="fix" due-to="Vegard Stuen">
         Bump javax.mail dependency to 1.6.1, so that i18n is supported for email addresses.
@@ -64,9 +64,6 @@
       <action type="update" due-to="Dependabot" dev="ggregory">
         Bump spotbugs from 4.0.6 to 4.2.2 #40.
       </action>
-      <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
-        Bump jakarta.mail from 1.6.4 to 1.6.7 #22.
-      </action>
       <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
         Bump junit from 4.13 to 4.13.2 #32.
       </action>


[commons-email] 04/04: Fix description

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

commit 2ef0e79c7010d78e34c5ea6a4f8c9add489e6819
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 08:09:36 2022 -0400

    Fix description
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91c14a0..ed894b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
         <commons.jira.id>EMAIL</commons.jira.id>
         <commons.jira.pid>12310474</commons.jira.pid>
         <commons.release.version>1.6.0</commons.release.version>
-        <commons.release.desc>(Java 7)</commons.release.desc>
+        <commons.release.desc>(Java 8)</commons.release.desc>
         <commons.rc.version>RC1</commons.rc.version>
         <commons.bc.version>1.5</commons.bc.version>
 


[commons-email] 03/04: Bump jacoco from 0.8.7 to 0.8.8

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

commit 03234c469e19787c46008e20ec75a2a93abf3b36
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 07:59:33 2022 -0400

    Bump jacoco from 0.8.7 to 0.8.8
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24da23b..91c14a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
         <findbugs.version>3.0.5</findbugs.version>
         <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
         <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
-        <commons.jacoco.version>0.8.7</commons.jacoco.version>
+        <commons.jacoco.version>0.8.8</commons.jacoco.version>
     </properties> 
 
     <build>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07f2e11..55ac426 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@
         Bump tests commons-io:commons-io 2.6 to 2.11.0.
       </action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">
-        Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17.
+        Bump jacoco from 0.8.6 to 0.8.8; fixes jacoco on Java 17.
       </action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">
         Bump org.easymock:easymock from 4.2 to 4.3.