You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2023/01/19 22:37:12 UTC

[maven] branch MNG-7670 updated (a1a47f92c -> a38cd68b1)

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

slachiewicz pushed a change to branch MNG-7670
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard a1a47f92c [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.4.5
     new be9945ff0 [MNG-7670] Upgrade commons-cli from 1.4.0 to 1.5
     new a38cd68b1 [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.3.5

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a1a47f92c)
            \
             N -- N -- N   refs/heads/MNG-7670 (a38cd68b1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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.


Summary of changes:
 pom.xml                 | 15 +++------------
 src/site/xdoc/index.xml |  2 +-
 2 files changed, 4 insertions(+), 13 deletions(-)


[maven] 02/02: [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.3.5

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

slachiewicz pushed a commit to branch MNG-7670
in repository https://gitbox.apache.org/repos/asf/maven.git

commit a38cd68b10da738b8c428c86c419bb9595b4b087
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 19 22:21:54 2023 +0000

    [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.3.5
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d823f933..c98751ea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,8 @@ under the License.
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.2.11</version>
+        <!-- 1.4.x requires Java 11 -->
+        <version>1.3.5</version>
         <optional>true</optional>
       </dependency>
       <!--  Wagon -->


[maven] 01/02: [MNG-7670] Upgrade commons-cli from 1.4.0 to 1.5

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

slachiewicz pushed a commit to branch MNG-7670
in repository https://gitbox.apache.org/repos/asf/maven.git

commit be9945ff0083d622367bc7e3304669d587d78ff1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 19 22:32:00 2023 +0000

    [MNG-7670] Upgrade commons-cli from 1.4.0 to 1.5
---
 pom.xml                 | 12 +-----------
 src/site/xdoc/index.xml |  2 +-
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ff347dfa..7d823f933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
     <maven.version>3.0.5</maven.version>
     <javaVersion>8</javaVersion>
     <classWorldsVersion>2.6.0</classWorldsVersion>
-    <commonsCliVersion>1.4</commonsCliVersion>
+    <commonsCliVersion>1.5.0</commonsCliVersion>
     <commonsIoVersion>2.11.0</commonsIoVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
     <junitVersion>4.13.2</junitVersion>
@@ -428,16 +428,6 @@ under the License.
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
         <version>${commonsCliVersion}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ece128b3c..56a604822 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -58,7 +58,7 @@ under the License.
           <area shape="rect" coords="43,0,200,36"     alt="maven-slf4j-provider" href="maven-slf4j-provider/" />
           <area shape="rect" coords="0,434,172,578"   alt="maven-resolver" href="https://maven.apache.org/resolver/" />
           <area shape="rect" coords="71,59,173,94"    alt="slf4j-api" href="http://www.slf4j.org/manual.html" />
-          <area shape="rect" coords="551,58,707,94"   alt="commons-cli" href="http://commons.apache.org/cli/" />
+          <area shape="rect" coords="551,58,707,94"   alt="commons-cli" href="https://commons.apache.org/proper/commons-cli/" />
           <area shape="rect" coords="88,175,205,212"  alt="maven-shared-utils" href="https://maven.apache.org/shared/maven-shared-utils/" />
           <area shape="rect" coords="0,175,70,211"    alt="jansi" href="http://fusesource.github.io/jansi/" />
           <area shape="rect" coords="0,234,70,269"    alt="jansi-native" href="https://github.com/fusesource/jansi-native" />