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

Commit

Permalink
upgrade to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed May 16, 2016
1 parent 0a1dfdc commit 5de5fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Reduce development, Release ideas (减少开发,释放思想)
<dependency>
<groupId>com.feilong.platform</groupId>
<artifactId>feilong-core</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
....
</dependencies>
Expand All @@ -76,7 +76,7 @@ com.feilong.`tools.jsonlib` | 封装了`json-lib-2.4-jdk15`包,提供JSON类型
com.feilong.`tools.slf4j` | 调用了`slf4j-api`包下类,来进行字符串的格式化输出,参见 [Slf4jUtil](src/main/java/com/feilong/tools/slf4j/Slf4jUtil.java)

# Javadoc:
在此,我们提供在线的Javadoc,以便查阅,参见 [Javadoc](http://venusdrogon.github.io/feilong-platform/javadocs/1.5.3/feilong-core/)
在此,我们提供在线的Javadoc,以便查阅,参见 [Javadoc](http://venusdrogon.github.io/feilong-platform/javadocs/1.5.4/feilong-core/)

# 类和方法介绍:

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.5.4-SNAPSHOT</version>
<version>1.5.4</version>
</parent>

<artifactId>feilong-core</artifactId>
Expand Down

0 comments on commit 5de5fbd

Please sign in to comment.