Skip to content

Commit

Permalink
Release: push to Maven Central Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cevin15 committed Oct 13, 2017
1 parent 740a6bb commit 0af6e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.youbenzi</groupId>
<artifactId>MDTool</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/youbenzi/mdtool/tool/Tools.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public static List<String> read2List(String target) {


/**
* 基本功能:过滤所有HTML标签
* @param str
* @return String
* 过滤所有HTML标签
* @param str 目标内容
* @return 过滤结果
*/
public static String filterHtml(String str) {
Pattern pattern = Pattern.compile(regxpForHtml);
Expand Down

0 comments on commit 0af6e5e

Please sign in to comment.