feat(REQ-1507): 版本升级
背景: https://jira.axzo.cn/browse/REQ-1507?goToView=1 修改: 1、msg-center-api版本升级至 1.0.1-SNAPSHOT 影响: 无
This commit is contained in:
parent
a9df02ea65
commit
7edc364092
@ -44,7 +44,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<artifactId>msg-center-api</artifactId>
|
<artifactId>msg-center-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.aspectj</groupId>
|
<groupId>org.aspectj</groupId>
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>msg-center-api</artifactId>
|
<artifactId>msg-center-api</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>${msg-center-api-version}</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|||||||
@ -35,7 +35,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<artifactId>msg-center-api</artifactId>
|
<artifactId>msg-center-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@ -45,7 +45,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<artifactId>msg-center-api</artifactId>
|
<artifactId>msg-center-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.axzo.msg.center.domain</groupId>
|
<groupId>cn.axzo.msg.center.domain</groupId>
|
||||||
|
|||||||
@ -61,7 +61,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<artifactId>msg-center-api</artifactId>
|
<artifactId>msg-center-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -31,6 +31,7 @@
|
|||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<revision>1.0.0-SNAPSHOT</revision>
|
<revision>1.0.0-SNAPSHOT</revision>
|
||||||
|
<msg-center-api-version>1.0.1-SNAPSHOT</msg-center-api-version>
|
||||||
<axzo-bom.version>2.0.0-SNAPSHOT</axzo-bom.version>
|
<axzo-bom.version>2.0.0-SNAPSHOT</axzo-bom.version>
|
||||||
<axzo-dependencies.version>2.0.0-SNAPSHOT</axzo-dependencies.version>
|
<axzo-dependencies.version>2.0.0-SNAPSHOT</axzo-dependencies.version>
|
||||||
<lombok.version>1.18.22</lombok.version>
|
<lombok.version>1.18.22</lombok.version>
|
||||||
@ -80,6 +81,11 @@
|
|||||||
<artifactId>msg-center-webapi</artifactId>
|
<artifactId>msg-center-webapi</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
|
<artifactId>msg-center-api</artifactId>
|
||||||
|
<version>${msg-center-api-version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>okhttp</artifactId>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user