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

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


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

commit 8ac262bbe2a1a6658257d9a08951e115d153e64d
Author: Istvan Toth <[email protected]>
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 e90ad865aa..e78298acd9 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>
@@ -1680,7 +1680,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