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/04/15 21:07:09 UTC

[maven-gpg-plugin] branch latest created (now 4c0ed19)

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

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


      at 4c0ed19  replace deprecated method

This branch includes the following new commits:

     new 4c0ed19  replace deprecated method

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-gpg-plugin] 01/01: replace deprecated method

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

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

commit 4c0ed19339f6f8ba3eea7a0f41e31845ecaf8f58
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 15 17:06:52 2020 -0400

    replace deprecated method
---
 src/test/java/org/apache/maven/plugins/gpg/GpgVersionConsumerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/gpg/GpgVersionConsumerTest.java b/src/test/java/org/apache/maven/plugins/gpg/GpgVersionConsumerTest.java
index b7b2b0f..264a9f2 100644
--- a/src/test/java/org/apache/maven/plugins/gpg/GpgVersionConsumerTest.java
+++ b/src/test/java/org/apache/maven/plugins/gpg/GpgVersionConsumerTest.java
@@ -20,7 +20,7 @@ package org.apache.maven.plugins.gpg;
  */
 
 import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
 
 import org.apache.maven.plugins.gpg.GpgVersionParser.GpgVersionConsumer;
 import org.junit.Test;