update version to v0.1.0

This commit is contained in:
mxd 2019-10-30 10:27:43 +08:00
parent 927160c25d
commit e448efd229
4 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>spider-flow</name>
<url>https://gitee.com/jmxd/spider-flow</url>
@ -14,6 +14,7 @@
<version>2.0.7.RELEASE</version>
</parent>
<properties>
<spider-flow.version>0.1</spider-flow.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</parent>
<artifactId>spider-flow-api</artifactId>
<name>spider-flow-api</name>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</parent>
<artifactId>spider-flow-core</artifactId>
<name>spider-flow-core</name>
@ -45,7 +45,7 @@
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-api</artifactId>
<version>0.0.1</version>
<version>${spider-flow.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</parent>
<artifactId>spider-flow-web</artifactId>
<name>spider-flow-web</name>
@ -20,7 +20,7 @@
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-core</artifactId>
<version>0.0.1</version>
<version>${spider-flow.version}</version>
</dependency>
</dependencies>
<build>