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

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


The following commit(s) were added to refs/heads/master by this push:
     new b1cc9c498b PHOENIX-7368 Rename commons-lang.version maven property to 
commons-lang3.version
b1cc9c498b is described below

commit b1cc9c498b1b446ccb33f9952b0ea917b65c8392
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Jul 26 07:51:05 2024 +0200

    PHOENIX-7368 Rename commons-lang.version maven property to 
commons-lang3.version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f67807d58..a66d376794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
     <protobuf-java.version>2.5.0</protobuf-java.version>
     <protoc.version>2.5.0</protoc.version>
     <commons-io.version>2.11.0</commons-io.version>
-    <commons-lang.version>3.8</commons-lang.version>
+    <commons-lang3.version>3.8</commons-lang3.version>
     <commons-csv.version>1.0</commons-csv.version>
     <commons-compress.version>1.26.0</commons-compress.version>
     <sqlline.version>1.9.0</sqlline.version>
@@ -1682,7 +1682,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>${commons-lang.version}</version>
+        <version>${commons-lang3.version}</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>

Reply via email to