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:10 UTC

[maven-gpg-plugin] 01/01: replace deprecated method

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;