From 8f331507881b9f2cb515484bf36fd01e5bca66db Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期二, 13 五月 2025 16:38:14 +0800 Subject: [PATCH] Merge branch 'dev' of http://nonxin.cn:8090/r/product/product-server-patch/V2.0.0 into dev --- pom.xml | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d5c2fd0..0650014 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ <parent> <artifactId>product-server</artifactId> <groupId>com.lx</groupId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-release</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>product-server-patch</artifactId> <name>product-server-patch</name> - <url>http://maven.apache.org</url> + <version>2.0.0-release</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -19,17 +19,26 @@ <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-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-file</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-table</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-admin</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.2