This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new 4c7b458612 PHOENIX-7368 Rename commons-lang.version maven property to
commons-lang3.version
4c7b458612 is described below
commit 4c7b45861290a50ae4bdc450dd8d70d1c0ecbc3b
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 ff6a199e3c..2c65aff0eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,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>
@@ -1500,7 +1500,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>