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/03/28 22:33:57 UTC

[maven-dependency-plugin] branch lang created (now a4be8e0)

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

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


      at a4be8e0  update commons-lang

This branch includes the following new commits:

     new a4be8e0  update commons-lang

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-dependency-plugin] 01/01: update commons-lang

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

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

commit a4be8e01e192a2d57d53ebe6984ec62fecbaa8ec
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Mar 28 18:33:24 2020 -0400

    update commons-lang
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b134795..047ecc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,9 +251,9 @@ under the License.
     </dependency>
 
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.6</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.6</version>
     </dependency>
 
     <dependency>