Commit 2f2f7cb2 authored by lijiazhi's avatar lijiazhi
Browse files

update 2.0.0

parent 1f7122e8
......@@ -6,14 +6,14 @@
<parent>
<groupId>com.ibeetl</groupId>
<artifactId>admin</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>admin-core</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>com.ibeetl</groupId>
<artifactId>admin</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -13,19 +13,19 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.7.RELEASE</version>
<version>2.5.2.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>admin-core</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
</dependency>
<!-- admin-console 包含了系统管理管理的所有功能,子系统可以不使用这部分 -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>admin-console</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
......
This diff is collapsed.
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibeetl</groupId>
<artifactId>admin</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<properties>
<java.version>1.8</java.version>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment