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

zhangyonglun pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 4054792  update POMs
4054792 is described below

commit 40547922840b45c71deae3c75259d7477060cb24
Author: Zhang Yonglun <[email protected]>
AuthorDate: Fri Jul 31 16:57:38 2020 +0800

    update POMs
---
 pom.xml                                                            | 2 ++
 .../shardingsphere-elasticjob-cloud-ui-backend/pom.xml             | 7 +------
 .../shardingsphere-elasticjob-lite-ui-backend/pom.xml              | 7 +------
 3 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99d51dc..277e57f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
     
     <properties>
         <java.version>1.8</java.version>
+        <springframework.version>4.3.24.RELEASE</springframework.version>
         <spring-boot.version>1.5.21.RELEASE</spring-boot.version>
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
         <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
@@ -47,6 +48,7 @@
         <junit.version>4.12</junit.version>
         <hamcrest.version>1.3</hamcrest.version>
         <mockito.version>2.7.21</mockito.version>
+        <commons-dbcp.version>1.4</commons-dbcp.version>
         <maven.deploy.skip>true</maven.deploy.skip>
     </properties>
     
diff --git 
a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml
 
b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml
index bd48ec6..7653af8 100644
--- 
a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml
+++ 
b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml
@@ -25,12 +25,7 @@
     </parent>
     <artifactId>shardingsphere-elasticjob-cloud-ui-backend</artifactId>
     <name>${project.artifactId}</name>
-    
-    <properties>
-        <springframework.version>4.3.24.RELEASE</springframework.version>
-        <commons-dbcp.version>1.4</commons-dbcp.version>
-    </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.shardingsphere.elasticjob</groupId>
diff --git 
a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml
 
b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml
index ce89a6b..dba00c3 100644
--- 
a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml
+++ 
b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml
@@ -25,12 +25,7 @@
     </parent>
     <artifactId>shardingsphere-elasticjob-lite-ui-backend</artifactId>
     <name>${project.artifactId}</name>
-    
-    <properties>
-        <springframework.version>4.3.24.RELEASE</springframework.version>
-        <commons-dbcp.version>1.4</commons-dbcp.version>
-    </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.shardingsphere.elasticjob</groupId>

Reply via email to