Browse Source

版本更新

youseries 7 năm trước cách đây
mục cha
commit
28487544ae
1 tập tin đã thay đổi với 8 bổ sung7 xóa
  1. 8 7
      urule-springboot/pom.xml

+ 8 - 7
urule-springboot/pom.xml

@@ -32,11 +32,12 @@
         <name>Bstek</name>
         <url>http://www.bstek.com</url>
     </organization>
-    <parent>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.8.RELEASE</version>
-    </parent>
+	<parent>
+		<groupId>org.springframework.boot</groupId>
+		<artifactId>spring-boot-starter-parent</artifactId>
+		<version>2.0.3.RELEASE</version>
+		<relativePath/>
+	</parent>
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -44,8 +45,8 @@
         </dependency>
         <dependency>
             <groupId>com.bstek.urule</groupId>
-            <artifactId>urule-console</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <artifactId>urule-console-pro</artifactId>
+            <version>2.0.6-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>