From 53dabce2c58704a82df0a43972ea93b82557c717 Mon Sep 17 00:00:00 2001
From: 1821349743@qq.com <1821349743@qq.com>
Date: 星期一, 20 二月 2023 16:18:12 +0800
Subject: [PATCH] init

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

diff --git a/pom.xml b/pom.xml
index eb11f1d..cb81574 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.lx</groupId>
     <artifactId>product-server</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>product-server-text-message</artifactId>
   <name>product-server-text-message</name>
@@ -20,7 +20,7 @@
 		<dependency>
 			<groupId>com.lx</groupId>
 			<artifactId>product-server-common</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>2.0.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>com.lx</groupId>
@@ -36,7 +36,7 @@
 		<dependency>
 			<groupId>com.lx</groupId>
 			<artifactId>product-server-util</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>2.0.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

--
Gitblit v1.9.2