You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/04/13 22:19:51 UTC

[maven-changes-plugin] branch elharo-patch-1 created (now 7638fe4)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at 7638fe4  remove misleading comment

This branch includes the following new commits:

     new 7638fe4  remove misleading comment

The 1 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.


[maven-changes-plugin] 01/01: remove misleading comment

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 7638fe4163e4792e8d1344c834d9b7832e7aca47
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Apr 13 22:19:44 2021 +0000

    remove misleading comment
    
    @slachiewicz javax.mail is used in this plugin to send, not simply to parse email addresses
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6fe6039..cb14fb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,6 @@ under the License.
         </exclusion>
       </exclusions>
     </dependency>
-    <!--  javamail to parse an email address -->
     <dependency>
       <groupId>org.apache.geronimo.javamail</groupId>
       <artifactId>geronimo-javamail_1.4_provider</artifactId>