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

msingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 901a7bc  HDDS-3384. Update SpringFramework to 5.1.14. (#829)
901a7bc is described below

commit 901a7bcce3f32bc93d997e7132b029bc24895fcf
Author: Siddharth <[email protected]>
AuthorDate: Wed Apr 15 20:54:04 2020 -0700

    HDDS-3384. Update SpringFramework to 5.1.14. (#829)
---
 hadoop-ozone/pom.xml               | 2 ++
 hadoop-ozone/recon-codegen/pom.xml | 5 +----
 hadoop-ozone/recon/pom.xml         | 4 ----
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index bdd26e0..70776c2 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -26,6 +26,8 @@
 
   <properties>
     <docker.image>apache/ozone:${project.version}</docker.image>
+    <spring.version>5.2.5.RELEASE</spring.version>
+    <jooq.version>3.11.10</jooq.version>
   </properties>
   <modules>
     <module>common</module>
diff --git a/hadoop-ozone/recon-codegen/pom.xml 
b/hadoop-ozone/recon-codegen/pom.xml
index 5abf9b0..c26825a 100644
--- a/hadoop-ozone/recon-codegen/pom.xml
+++ b/hadoop-ozone/recon-codegen/pom.xml
@@ -23,9 +23,6 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>hadoop-ozone-reconcodegen</artifactId>
   <name>Apache Hadoop Ozone Recon CodeGen</name>
-  <properties>
-    <jooq.version>3.11.10</jooq.version>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
@@ -44,7 +41,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>5.1.3.RELEASE</version>
+      <version>${spring.version}</version>
     </dependency>
     <dependency>
       <groupId>org.jooq</groupId>
diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml
index 381bfca..01d7ece 100644
--- a/hadoop-ozone/recon/pom.xml
+++ b/hadoop-ozone/recon/pom.xml
@@ -23,10 +23,6 @@
   <name>Apache Hadoop Ozone Recon</name>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>hadoop-ozone-recon</artifactId>
-  <properties>
-    <jooq.version>3.11.10</jooq.version>
-    <spring.version>5.1.3.RELEASE</spring.version>
-  </properties>
   <build>
     <resources>
       <resource>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to