You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/04 11:57:18 UTC

[maven-ear-plugin] branch MEAR-256 created (now 633ea0e)

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

khmarbaise pushed a change to branch MEAR-256
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


      at 633ea0e  [MEAR-256] - Upgrade maven-verifier component

This branch includes the following new commits:

     new 633ea0e  [MEAR-256] - Upgrade maven-verifier component

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.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-ear-plugin] 01/01: [MEAR-256] - Upgrade maven-verifier component

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

khmarbaise pushed a commit to branch MEAR-256
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 633ea0e6bcf75d0bde4c4279c2d31f4d3d4c7d39
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 12:56:55 2018 +0100

    [MEAR-256] - Upgrade maven-verifier component
---
 pom.xml                                                      | 2 +-
 src/test/java/org/apache/maven/plugins/ear/it/EarMojoIT.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index be96438..73a5fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.3</version>
+      <version>1.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/test/java/org/apache/maven/plugins/ear/it/EarMojoIT.java b/src/test/java/org/apache/maven/plugins/ear/it/EarMojoIT.java
index 4d71ba4..c81d357 100644
--- a/src/test/java/org/apache/maven/plugins/ear/it/EarMojoIT.java
+++ b/src/test/java/org/apache/maven/plugins/ear/it/EarMojoIT.java
@@ -25,7 +25,7 @@ import java.util.Properties;
 import java.util.jar.JarFile;
 import java.util.jar.Manifest;
 
-import org.apache.maven.it.util.IOUtil;
+import org.apache.maven.shared.utils.io.IOUtil;
 import org.codehaus.plexus.util.FileUtils;
 import org.codehaus.plexus.util.ReaderFactory;
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.