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

---
 pom.xml |   82 ++++++++++++++++++++---------------------
 1 files changed, 40 insertions(+), 42 deletions(-)

diff --git a/pom.xml b/pom.xml
index 018d041..afcbd02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,39 +1,37 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>com.lx</groupId>
-		<artifactId>product-server</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
-	</parent>
-	<artifactId>product-server-lucene</artifactId>
-	<name>product-server-lucene</name>
-	<description>product-server-lucene</description>
-	
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	</properties>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<scope>test</scope>
-		</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-core</artifactId>
-			<version>1.0.0-releases</version>
-		</dependency>
-		        <dependency>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>com.lx</groupId>
+        <artifactId>product-server</artifactId>
+        <version>2.0.0-release</version>
+    </parent>
+    <artifactId>product-server-lucene</artifactId>
+    <name>product-server-lucene</name>
+    <description>product-server-lucene</description>
+    <version>2.0.0-release</version>
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-common</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-util</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-core</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
@@ -48,28 +46,28 @@
             <artifactId>lucene-queryparser</artifactId>
             <version>8.3.0</version>
         </dependency>
- 
+
         <!--楂樹寒 -->
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-highlighter</artifactId>
             <version>8.3.0</version>
         </dependency>
- 
+
         <!--smartcn 涓枃鍒嗚瘝鍣� SmartChineseAnalyzer  smartcn鍒嗚瘝鍣� 闇�瑕乴ucene渚濊禆 涓斿拰lucene鐗堟湰鍚屾-->
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-analyzers-smartcn</artifactId>
             <version>8.3.0</version>
         </dependency>
- 
+
         <!--ik-analyzer 涓枃鍒嗚瘝鍣�-->
         <dependency>
             <groupId>cn.bestwu</groupId>
             <artifactId>ik-analyzers</artifactId>
             <version>5.1.0</version>
         </dependency>
- 
+
         <!--MMSeg4j 鍒嗚瘝鍣�-->
         <dependency>
             <groupId>com.chenlb.mmseg4j</groupId>
@@ -87,5 +85,5 @@
             <artifactId>lombok</artifactId>
             <version>1.16.20</version>
         </dependency>
-	</dependencies>
-</project>
\ No newline at end of file
+    </dependencies>
+</project>

--
Gitblit v1.9.2