Commit 0814aa4fe2bf43f355c8df5f350f9058610a475d

Authored by 后端研发-林欢仲
1 parent dae2b579

创建2.1.0版本。这个版本,将对公共项目,做更细的划分。降低耦合度。各个公共项目独立维护各自功能。

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -11,7 +11,7 @@
11 11  
12 12 <groupId>com.ylp.common</groupId>
13 13 <artifactId>ylp-common-parent</artifactId>
14   - <version>2.0.0-SNAPSHOT</version>
  14 + <version>2.1.0-SNAPSHOT</version>
15 15 <packaging>pom</packaging>
16 16  
17 17 <name>ylp-common-parent</name>
... ... @@ -19,7 +19,7 @@
19 19  
20 20 <properties>
21 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22   - <ylp.common.version>2.0.0-SP4-SNAPSHOT</ylp.common.version>
  22 + <ylp.common.version>2.1.0-SP4-SNAPSHOT</ylp.common.version>
23 23 <mybatisplus-spring-boot-starter.version>1.0.1</mybatisplus-spring-boot-starter.version>
24 24 <org.springframework.boot.version>1.5.3.RELEASE</org.springframework.boot.version>
25 25 <sonar.host.url>http://172.16.8.244:9000</sonar.host.url>
... ...