This commit is contained in:
mxd 2020-03-15 20:22:35 +08:00
parent dbcad57e0a
commit 90037a1678
5 changed files with 6 additions and 18 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.3.2</version>
<version>0.4.0</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.3.2</spider-flow.version>
<spider-flow.version>0.4.0</spider-flow.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.3.2</version>
<version>0.4.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.3.2</version>
<version>0.4.0</version>
</parent>
<artifactId>spider-flow-core</artifactId>
<name>spider-flow-core</name>
@ -36,21 +36,9 @@
<artifactId>xsoup</artifactId>
<version>0.3.1</version>
</dependency>
<!--<dependency>-->
<!--<groupId>cn.wanghaomiao</groupId>-->
<!--<artifactId>JsoupXpath</artifactId>-->
<!--<version>2.3.2</version>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>org.jsoup</groupId>-->
<!--<artifactId>jsoup</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency> -->
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-api</artifactId>
<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.3.2</version>
<version>0.4.0</version>
</parent>
<artifactId>spider-flow-web</artifactId>
<name>spider-flow-web</name>

View File

@ -11,7 +11,7 @@
</head>
<body class="layui-layout layui-layout-admin">
<div class="layui-header">
<div class="layui-logo">SpiderFlow平台v0.3.2</div>
<div class="layui-logo">SpiderFlow平台v0.4.0</div>
<ul class="layui-nav layui-layout-left"></ul>
</div>
<div class="layui-side">