更新版本

This commit is contained in:
bryan.zhang
2020-02-16 22:48:25 +08:00
parent 08a8f03112
commit 3c16fc01c4
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.thebeastshop</groupId>
<artifactId>liteflow</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>liteflow</artifactId>
<groupId>com.thebeastshop</groupId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -26,7 +26,7 @@
<dependency>
<groupId>com.thebeastshop</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>

View File

@@ -5,7 +5,7 @@
<artifactId>liteflow</artifactId>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>