update version to 0.2.1
This commit is contained in:
parent
a37f3b7912
commit
384a3dab44
4
pom.xml
4
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.spiderflow</groupId>
|
||||
<artifactId>spider-flow</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<version>0.2.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>spider-flow</name>
|
||||
<url>https://gitee.com/jmxd/spider-flow</url>
|
||||
@ -14,7 +14,7 @@
|
||||
<version>2.0.7.RELEASE</version>
|
||||
</parent>
|
||||
<properties>
|
||||
<spider-flow.version>0.2.0</spider-flow.version>
|
||||
<spider-flow.version>0.2.1</spider-flow.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<modules>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.spiderflow</groupId>
|
||||
<artifactId>spider-flow</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
<artifactId>spider-flow-api</artifactId>
|
||||
<name>spider-flow-api</name>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.spiderflow</groupId>
|
||||
<artifactId>spider-flow</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
<artifactId>spider-flow-core</artifactId>
|
||||
<name>spider-flow-core</name>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.spiderflow</groupId>
|
||||
<artifactId>spider-flow</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
<artifactId>spider-flow-web</artifactId>
|
||||
<name>spider-flow-web</name>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</head>
|
||||
<body class="layui-layout layui-layout-admin">
|
||||
<div class="layui-header">
|
||||
<div class="layui-logo">SpiderFlow平台v0.2.0</div>
|
||||
<div class="layui-logo">SpiderFlow平台v0.2.1</div>
|
||||
<ul class="layui-nav layui-layout-left"></ul>
|
||||
</div>
|
||||
<div class="layui-side">
|
||||
|
Loading…
Reference in New Issue
Block a user