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 2020/03/18 13:29:45 UTC

[maven-changes-plugin] branch core created (now 201ea25)

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

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


      at 201ea25  unused import and more privat method

This branch includes the following new commits:

     new cf82acd  Merge branch 'master' of github.com:apache/maven-changes-plugin
     new 2b57a32  Merge branch 'master' of github.com:apache/maven-changes-plugin
     new 201ea25  unused import and more privat method

The 3 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/03: Merge branch 'master' of github.com:apache/maven-changes-plugin

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

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

commit cf82acd94dd9aa304c9ae79eed7ac379e42970a0
Merge: dddfcd0 ea01417
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Mar 17 12:21:08 2020 -0400

    Merge branch 'master' of github.com:apache/maven-changes-plugin

 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)


[maven-changes-plugin] 03/03: unused import and more privat method

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

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

commit 201ea25109b97cba43f86738fd37815c56b7ffde
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Mar 18 09:29:31 2020 -0400

    unused import and more privat method
---
 .../org/apache/maven/plugins/announcement/AnnouncementMojoTest.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/maven/plugins/announcement/AnnouncementMojoTest.java b/src/test/java/org/apache/maven/plugins/announcement/AnnouncementMojoTest.java
index 8dedfc6..9280c8c 100644
--- a/src/test/java/org/apache/maven/plugins/announcement/AnnouncementMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/announcement/AnnouncementMojoTest.java
@@ -22,7 +22,6 @@ package org.apache.maven.plugins.announcement;
 import java.io.File;
 import java.io.FileReader;
 
-import org.apache.maven.plugins.announcement.AnnouncementMojo;
 import org.apache.maven.plugin.testing.AbstractMojoTestCase;
 import org.codehaus.plexus.util.FileUtils;
 import org.codehaus.plexus.util.IOUtil;
@@ -93,7 +92,7 @@ public class AnnouncementMojoTest
         assertContains( "Deleted the erroneous code.", result );
     }
 
-    protected void assertContains( String content, String announce )
+    private static void assertContains( String content, String announce )
     {
         assertTrue( announce.indexOf( content ) > 0 );
     }


[maven-changes-plugin] 02/03: Merge branch 'master' of github.com:apache/maven-changes-plugin

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

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

commit 2b57a32645802498cb3d4771e85277b6ac0684e7
Merge: cf82acd c7eec8f
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Mar 18 09:15:09 2020 -0400

    Merge branch 'master' of github.com:apache/maven-changes-plugin

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