Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit dd86559

Browse files
committed
发布正式版本
1 parent 4afda64 commit dd86559

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
* jre的依赖版本升级到1.8
44
* 增加系统参数配置文件system.data.properties
55
* 增加cookie的保存和加载
6-
* 增强了callback类型的动态参数
6+
* 增强了callback类型的动态参数
7+
8+
# 1.0.1-20170422
9+
* 把ui和接口框架都发布到了maven中央仓库
10+
* 增加了对chrome57的支持
11+
* 增加了对htmlunit的支持

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.surenpi.autotest</groupId>
66
<artifactId>autotest.web.framework</artifactId>
7-
<version>1.0.2-20170325</version>
7+
<version>1.0.2-20170422</version>
88

99
<name>phoenix.webui.framework</name>
1010
<url>https://github.com/LinuxSuRen/phoenix.webui.framework</url>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>com.surenpi.autotest</groupId>
146146
<artifactId>autotest.interface.framework</artifactId>
147-
<version>0.0.1-SNAPSHOT</version>
147+
<version>1.0.1-20170422</version>
148148
</dependency>
149149

150150
<!-- Selenium依赖 -->

0 commit comments

Comments
 (0)