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

[maven] branch master updated: [MNG-7079] Upgrade to jansi 2.2.0 and mave-shared-utils 3.3.4

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

martinkanters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 195fb62  [MNG-7079] Upgrade to jansi 2.2.0 and mave-shared-utils 3.3.4
195fb62 is described below

commit 195fb626a9a4e5a0774f779b6d8da1cb9ef38468
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon May 3 18:04:20 2021 +0200

    [MNG-7079] Upgrade to jansi 2.2.0 and mave-shared-utils 3.3.4
---
 apache-maven/pom.xml                          | 2 +-
 apache-maven/src/assembly/maven/component.xml | 2 +-
 pom.xml                                       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index b5c26a4..5697d83 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -153,7 +153,7 @@ under the License.
         <artifactId>maven-dependency-plugin</artifactId>
         <configuration>
           <includeArtifactIds>jansi</includeArtifactIds>
-          <includes>META-INF/native/**</includes>
+          <includes>org/fusesource/jansi/internal/native/**</includes>
         </configuration>
         <executions>
           <execution>
diff --git a/apache-maven/src/assembly/maven/component.xml b/apache-maven/src/assembly/maven/component.xml
index 1bea1ce..5010f4b 100644
--- a/apache-maven/src/assembly/maven/component.xml
+++ b/apache-maven/src/assembly/maven/component.xml
@@ -64,7 +64,7 @@ under the License.
       </includes>
     </fileSet>
     <fileSet>
-      <directory>target/dependency/META-INF/native</directory>
+      <directory>target/dependency/org/fusesource/jansi/internal/native</directory>
       <outputDirectory>lib/jansi-native</outputDirectory>
       <includes>
         <include>**</include>
diff --git a/pom.xml b/pom.xml
index eaed23c..689be54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,12 +308,12 @@ under the License.
       <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-shared-utils</artifactId>
-        <version>3.2.1</version>
+        <version>3.3.4</version>
       </dependency>
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.18</version>
+        <version>2.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>