From 77165fd91648d3a01d5c7e23c6b2af11e52bc851 Mon Sep 17 00:00:00 2001
From: cheng <1821349743@qq.com>
Date: 星期六, 08 四月 2023 23:26:41 +0800
Subject: [PATCH] update pom

---
 pom.xml |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5c2fd0..076aac3 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,14 @@
         <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>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.9.2