Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
release version 1.0.6
Browse files Browse the repository at this point in the history
core add:

    EnumUtil ,you can use this class  getEnumByField
    
add project:
    feilong-framework-bind ,you can use this project to do params-object
mapping
 
update project:   
	feilong-framework-netpay ,Separation payment and advance(support
close/query)

Other details
  • Loading branch information
venusdrogon committed May 13, 2014
1 parent 70943f3 commit 9bc7a6b
Show file tree
Hide file tree
Showing 43 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion commons/feilong-commons-security/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.commons</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-commons-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/feilong-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.feilong.platform.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/feilong-db-jdbc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-db-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/feilong-servlet/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>feilong-servlet</artifactId>
<name>feilong-servlet</name>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<groupId>com.feilong.platform.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion framework/feilong-framework-bind/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.framework</groupId>
<artifactId>feilong-framework-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>feilong-framework-bind</artifactId>
<name>feilong-framework-bind</name>
Expand Down
2 changes: 1 addition & 1 deletion framework/feilong-framework-netpay/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.framework</groupId>
<artifactId>feilong-framework-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-framework-netpay</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion framework/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<groupId>com.feilong.platform.framework</groupId>
<artifactId>feilong-framework-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-taglib-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-else/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.taglib</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-taglib-else</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-pager/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>feilong-taglib-pager</artifactId>
<name>feilong-taglib-pager</name>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-spring/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-taglib-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion taglib/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<groupId>com.feilong.platform.taglib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-application-taobao/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-application-taobao</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-application-weather/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>feilong-application-weather</artifactId>
<name>feilong-application-weather</name>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-application-weibo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-application-weibo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-net-filetransfer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-net-filetransfer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-net-httpclient/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-net-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-net-httpcore/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-net-httpcore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-office-excel/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-office-excel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-office-pdf/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-office-pdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-office-word/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-office-word</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-spring/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-ssh/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-ssh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-struts1/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-ant/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-cxf/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>feilong-tools-cxf</artifactId>
<name>feilong-tools-cxf</name>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-dom4j/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-dom4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-html/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-incubator/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>feilong-tools-incubator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-jfreechart/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>feilong-tools-jfreechart</artifactId>
<name>feilong-tools-jfreechart</name>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-jsoup/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-jsoup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-mail/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-mail</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-memcached/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-middleware/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-middleware</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-om/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-om</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-scm/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-scm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-solrj3/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-solrj3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-solrj4/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-solrj4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-velocity/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-velocity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-xstream/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-xstream</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

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

0 comments on commit 9bc7a6b

Please sign in to comment.