Skip to content
This repository has been archived by the owner on Jul 28, 2022. 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 895bfdf commit 1121ca3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ taglib |说明
<dependency>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>feilong-taglib-common</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>feilong-taglib-display</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
....
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion feilong-taglib-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.5.4-SNAPSHOT</version>
<version>1.5.4</version>

</parent>

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

<artifactId>feilong-taglib-display</artifactId>
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>

<groupId>com.feilong.platform.taglib</groupId>
Expand Down

0 comments on commit 1121ca3

Please sign in to comment.