From 2264630f3bc0483fd432cdd8e85e55abd3c4b10f Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 05 十一月 2024 17:34:19 +0800 Subject: [PATCH] commit --- 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