From a81f40e2a09296aaf2ad144af571ea75c9c4504e Mon Sep 17 00:00:00 2001 From: 1821349743@qq.com <1821349743@qq.com> Date: 星期一, 10 四月 2023 10:00:02 +0800 Subject: [PATCH] update pom --- pom.xml | 26 ++++++++++---------------- 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index d2373c3..a3b49d2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,45 +6,40 @@ <parent> <artifactId>product-server</artifactId> <groupId>com.lx</groupId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-release</version> </parent> <artifactId>product-server-data-sync</artifactId> + <version>2.0.0-release</version> <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> <dependencies> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-quartz</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <!--releases --> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>1.0.0-releases</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-org-admin</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> - <!-- 娣诲姞oracle jdbc driver --> + <!-- 娣诲姞oracle jdbc driver --> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc8</artifactId> @@ -64,7 +59,6 @@ <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> - <version>5.7.17</version> </dependency> <dependency> <groupId>com.ibm.informix</groupId> @@ -74,10 +68,10 @@ <type>java-source</type> </dependency> <dependency> - <groupId>com.ibm.informix</groupId> - <artifactId>jdbc</artifactId> - <version>4.50.7.1</version> - </dependency> + <groupId>com.ibm.informix</groupId> + <artifactId>jdbc</artifactId> + <version>4.50.7.1</version> + </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.2