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

[maven-changes-plugin] branch master updated: remove misleading comment

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c2fc95  remove misleading comment
6c2fc95 is described below

commit 6c2fc95f1603c54dad803c2529967720f4038a2e
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>