Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
🔖upgrade-version-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Dec 25, 2016
1 parent eb825c2 commit 8d6df4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ feilong core 让Java开发更简便的工具包

[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
![JDK 1.7](https://img.shields.io/badge/JDK-1.7-green.svg "JDK 1.7")
[![jar size 96K](https://img.shields.io/badge/size-96K-green.svg "size 96K")](https://github.com/venusdrogon/feilong-platform/tree/repository/com/feilong/platform/feilong-core/1.9.6)
[![jar size 92K](https://img.shields.io/badge/size-92K-green.svg "size 92K")](https://github.com/venusdrogon/feilong-platform/tree/repository/com/feilong/platform/feilong-core/1.10.0)
[![javadoc 83%](http://progressed.io/bar/83?title=javadoc "javadoc 83%")](http://venusdrogon.github.io/feilong-platform/javadocs/feilong-core/)
[![tests 1400](https://img.shields.io/badge/tests-1400%20%2F%201400-green.svg "tests 1400")](https://github.com/venusdrogon/feilong-core/tree/master/src/test/java/com/feilong/core)

Expand Down Expand Up @@ -45,7 +45,7 @@ feilong-core jar你可以直接在 [仓库](https://github.com/venusdrogon/feilo

....
<properties>
<version.feilong-platform>1.9.6</version.feilong-platform>
<version.feilong-platform>1.10.0</version.feilong-platform>
....
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
</parent>

<artifactId>feilong-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/feilong/core/RegexPattern.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
*
* <tr valign="top">
* <td>网址Url 链接</td>
* <td>http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?</td>
* <td>{@code http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?}</td>
* <td>commons-validator<br>
* org.apache.commons.validator.routines.DomainValidator.getInstance().isValid(emailString)</td>
* </tr>
Expand Down

0 comments on commit 8d6df4a

Please sign in to comment.