This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 42599f6 HADOOP-17885. Upgrade JSON smart to 1.3.3 on branch-2.10
(#3370)
42599f6 is described below
commit 42599f6c8f342d015b5225d6756b3f72a231da4b
Author: Ahmed Hussein <[email protected]>
AuthorDate: Thu Sep 2 16:40:06 2021 -0500
HADOOP-17885. Upgrade JSON smart to 1.3.3 on branch-2.10 (#3370)
---
hadoop-project/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index da848de..0245444 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -147,6 +147,7 @@
<!-- the version of Hadoop declared in the version resources; can be
overridden
so that Hadoop 3.x can declare itself a 2.x artifact. -->
<declared.hadoop.version>${project.version}</declared.hadoop.version>
+ <json-smart.version>1.3.3</json-smart.version>
<woodstox.version>5.3.0</woodstox.version>
<apache-ant.version>1.10.11</apache-ant.version>
</properties>
@@ -1218,7 +1219,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
- <version>1.3.1</version>
+ <version>${json-smart.version}</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]