Browse Source

增加说明

zhouhao 6 years ago
parent
commit
ad64584fe7
55 changed files with 101 additions and 19 deletions
  1. 1 0
      hsweb-authorization/hsweb-authorization-api/pom.xml
  2. 2 0
      hsweb-authorization/hsweb-authorization-basic/pom.xml
  3. 2 0
      hsweb-authorization/hsweb-authorization-jwt/pom.xml
  4. 3 0
      hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-auth-server/pom.xml
  5. 1 0
      hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-client/pom.xml
  6. 1 0
      hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-core/pom.xml
  7. 3 0
      hsweb-authorization/hsweb-authorization-oauth2/pom.xml
  8. 2 0
      hsweb-boost/hsweb-boost-aop/pom.xml
  9. 2 0
      hsweb-boost/hsweb-boost-excel/pom.xml
  10. 1 0
      hsweb-boost/hsweb-boost-ftp/pom.xml
  11. 1 0
      hsweb-boost/pom.xml
  12. 2 0
      hsweb-commons/hsweb-commons-bean/pom.xml
  13. 2 0
      hsweb-commons/hsweb-commons-controller/pom.xml
  14. 2 0
      hsweb-commons/hsweb-commons-dao/hsweb-commons-dao-api/pom.xml
  15. 5 3
      hsweb-commons/hsweb-commons-dao/hsweb-commons-dao-mybatis/pom.xml
  16. 2 0
      hsweb-commons/hsweb-commons-dao/pom.xml
  17. 2 0
      hsweb-commons/hsweb-commons-entity/pom.xml
  18. 2 0
      hsweb-commons/hsweb-commons-model/pom.xml
  19. 2 1
      hsweb-commons/hsweb-commons-service/hsweb-commons-service-api/pom.xml
  20. 2 0
      hsweb-commons/hsweb-commons-service/hsweb-commons-service-oauth2/pom.xml
  21. 2 0
      hsweb-commons/hsweb-commons-service/hsweb-commons-service-simple/pom.xml
  22. 2 0
      hsweb-commons/hsweb-commons-service/pom.xml
  23. 1 0
      hsweb-commons/hsweb-commons-utils/pom.xml
  24. 1 0
      hsweb-commons/pom.xml
  25. 2 0
      hsweb-concurrent/hsweb-concurrent-async-job/pom.xml
  26. 2 0
      hsweb-concurrent/hsweb-concurrent-cache/pom.xml
  27. 1 0
      hsweb-concurrent/hsweb-concurrent-counter/hsweb-concurrent-counter-api/pom.xml
  28. 1 0
      hsweb-concurrent/hsweb-concurrent-counter/hsweb-concurrent-counter-redis/pom.xml
  29. 2 0
      hsweb-concurrent/hsweb-concurrent-counter/pom.xml
  30. 2 0
      hsweb-concurrent/hsweb-concurrent-lock/hsweb-concurrent-lock-api/pom.xml
  31. 1 0
      hsweb-concurrent/hsweb-concurrent-lock/hsweb-concurrent-lock-redis/pom.xml
  32. 1 0
      hsweb-concurrent/hsweb-concurrent-lock/hsweb-concurrent-lock-starter/pom.xml
  33. 2 0
      hsweb-concurrent/hsweb-concurrent-lock/pom.xml
  34. 2 0
      hsweb-concurrent/pom.xml
  35. 1 0
      hsweb-core/pom.xml
  36. 1 0
      hsweb-datasource/hsweb-datasource-api/pom.xml
  37. 2 0
      hsweb-datasource/hsweb-datasource-jta/pom.xml
  38. 2 0
      hsweb-datasource/hsweb-datasource-web/pom.xml
  39. 2 0
      hsweb-datasource/pom.xml
  40. 1 0
      hsweb-logging/hsweb-access-logging-aop/pom.xml
  41. 1 0
      hsweb-logging/hsweb-access-logging-api/pom.xml
  42. 2 0
      hsweb-logging/pom.xml
  43. 2 0
      hsweb-message/hsweb-message-api/pom.xml
  44. 1 0
      hsweb-message/hsweb-message-jms/pom.xml
  45. 1 0
      hsweb-message/hsweb-message-redis/pom.xml
  46. 12 10
      hsweb-message/hsweb-message-websocket/pom.xml
  47. 2 0
      hsweb-message/pom.xml
  48. 1 0
      hsweb-starter/hsweb-spring-boot-starter/pom.xml
  49. 1 0
      hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
  50. 1 0
      hsweb-system/hsweb-system-authorization/hsweb-system-authorization-local/pom.xml
  51. 1 1
      hsweb-system/hsweb-system-authorization/hsweb-system-authorization-starter/pom.xml
  52. 1 1
      hsweb-system/hsweb-system-authorization/hsweb-system-authorization-web/pom.xml
  53. 1 0
      hsweb-system/hsweb-system-authorization/pom.xml
  54. 1 1
      hsweb-system/pom.xml
  55. 2 2
      pom.xml

+ 1 - 0
hsweb-authorization/hsweb-authorization-api/pom.xml

@@ -9,6 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>授权,权限管理API</description>
     <artifactId>hsweb-authorization-api</artifactId>
     <dependencies>
         <dependency>

+ 2 - 0
hsweb-authorization/hsweb-authorization-basic/pom.xml

@@ -11,6 +11,8 @@
 
     <artifactId>hsweb-authorization-basic</artifactId>
 
+    <description>实现hsweb-authorization-api的相关接口以及使用aop实现RBAC和数据权限的控制</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 2 - 0
hsweb-authorization/hsweb-authorization-jwt/pom.xml

@@ -11,6 +11,8 @@
 
     <artifactId>hsweb-authorization-jwt</artifactId>
 
+    <description>使用jwt实现简单的token策略</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 3 - 0
hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-auth-server/pom.xml

@@ -28,6 +28,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>hsweb-authorization-oauth2-auth-server</artifactId>
+
+    <description>OAuth2授权服务器实现</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 1 - 0
hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-client/pom.xml

@@ -29,6 +29,7 @@
 
     <artifactId>hsweb-authorization-oauth2-client</artifactId>
 
+    <description>OAuth2客户端实现</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-core/pom.xml

@@ -30,6 +30,7 @@
 
     <artifactId>hsweb-authorization-oauth2-core</artifactId>
 
+    <description>OAuth2通用核心包</description>
 
     <dependencies>
         <dependency>

+ 3 - 0
hsweb-authorization/hsweb-authorization-oauth2/pom.xml

@@ -10,6 +10,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>hsweb-authorization-oauth2</artifactId>
+
+    <description>OAuth2相关实现</description>
+
     <packaging>pom</packaging>
     <modules>
         <module>hsweb-authorization-oauth2-auth-server</module>

+ 2 - 0
hsweb-boost/hsweb-boost-aop/pom.xml

@@ -29,6 +29,8 @@
 
     <artifactId>hsweb-boost-aop</artifactId>
 
+    <description>对AOP提供一些增强功能</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 2 - 0
hsweb-boost/hsweb-boost-excel/pom.xml

@@ -11,6 +11,8 @@
 
     <artifactId>hsweb-boost-excel</artifactId>
 
+    <description>便捷EXCEL操作工具</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework</groupId>

+ 1 - 0
hsweb-boost/hsweb-boost-ftp/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-boost-ftp</artifactId>
 
+    <description>ftp操作工具,使用ftp连接池.</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-boost/pom.xml

@@ -27,6 +27,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>一些增强功能</description>
     <artifactId>hsweb-boost</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 2 - 0
hsweb-commons/hsweb-commons-bean/pom.xml

@@ -12,6 +12,8 @@
 
     <artifactId>hsweb-commons-bean</artifactId>
 
+    <description>通用增删改查-通用Bean模块</description>
+
     <dependencies>
 
         <dependency>

+ 2 - 0
hsweb-commons/hsweb-commons-controller/pom.xml

@@ -30,6 +30,8 @@
 
     <artifactId>hsweb-commons-controller</artifactId>
 
+    <description>通用增删改查-通用Controller模块</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 2 - 0
hsweb-commons/hsweb-commons-dao/hsweb-commons-dao-api/pom.xml

@@ -30,6 +30,8 @@
 
     <artifactId>hsweb-commons-dao-api</artifactId>
 
+    <description>通用增删改查-通用Dao接口模块</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 5 - 3
hsweb-commons/hsweb-commons-dao/hsweb-commons-dao-mybatis/pom.xml

@@ -30,6 +30,8 @@
 
     <artifactId>hsweb-commons-dao-mybatis</artifactId>
 
+    <description>通用增删改查-通用Dao的mybatis实现</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>
@@ -72,9 +74,9 @@
             <scope>test</scope>
         </dependency>
         <!--<dependency>-->
-            <!--<groupId>org.springframework.boot</groupId>-->
-            <!--<artifactId>spring-boot-starter-data-jpa</artifactId>-->
-            <!--<scope>test</scope>-->
+        <!--<groupId>org.springframework.boot</groupId>-->
+        <!--<artifactId>spring-boot-starter-data-jpa</artifactId>-->
+        <!--<scope>test</scope>-->
         <!--</dependency>-->
         <dependency>
             <groupId>com.h2database</groupId>

+ 2 - 0
hsweb-commons/hsweb-commons-dao/pom.xml

@@ -28,6 +28,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>通用增删改查-通用Dao模块</description>
+
     <artifactId>hsweb-commons-dao</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 2 - 0
hsweb-commons/hsweb-commons-entity/pom.xml

@@ -29,6 +29,8 @@
 
     <artifactId>hsweb-commons-entity</artifactId>
 
+    <description>通用增删改查-通用实体模块</description>
+
     <dependencies>
         <dependency>
             <groupId>${project.parent.groupId}</groupId>

+ 2 - 0
hsweb-commons/hsweb-commons-model/pom.xml

@@ -27,6 +27,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>通用增删改查-通用model模块</description>
+
     <artifactId>hsweb-commons-model</artifactId>
 
     <dependencies>

+ 2 - 1
hsweb-commons/hsweb-commons-service/hsweb-commons-service-api/pom.xml

@@ -28,8 +28,9 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>hsweb-commons-service-api</artifactId>
+    <description>通用增删改查-通用服务接口模块</description>
 
+    <artifactId>hsweb-commons-service-api</artifactId>
 
     <dependencies>
         <dependency>

+ 2 - 0
hsweb-commons/hsweb-commons-service/hsweb-commons-service-oauth2/pom.xml

@@ -13,6 +13,8 @@
 
     <artifactId>hsweb-commons-service-oauth2</artifactId>
 
+    <description>通用增删改查-通用服务OAuth2实现模块</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 2 - 0
hsweb-commons/hsweb-commons-service/hsweb-commons-service-simple/pom.xml

@@ -31,6 +31,8 @@
 
     <artifactId>hsweb-commons-service-simple</artifactId>
 
+    <description>通用增删改查-通用服务本地实现模块</description>
+
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>

+ 2 - 0
hsweb-commons/hsweb-commons-service/pom.xml

@@ -29,6 +29,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>通用增删改查-通用服务模块</description>
+
     <artifactId>hsweb-commons-service</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 1 - 0
hsweb-commons/hsweb-commons-utils/pom.xml

@@ -30,6 +30,7 @@
 
     <artifactId>hsweb-commons-utils</artifactId>
 
+    <description>通用模块-工具类</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-commons/pom.xml

@@ -27,6 +27,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <description>通用模块</description>
 
     <artifactId>hsweb-commons</artifactId>
     <packaging>pom</packaging>

+ 2 - 0
hsweb-concurrent/hsweb-concurrent-async-job/pom.xml

@@ -11,6 +11,8 @@
 
     <artifactId>hsweb-concurrent-async-job</artifactId>
 
+    <description>支持事务的异步任务</description>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework</groupId>

+ 2 - 0
hsweb-concurrent/hsweb-concurrent-cache/pom.xml

@@ -28,6 +28,8 @@
 
     <artifactId>hsweb-concurrent-cache</artifactId>
 
+    <description>对spring-cache的拓展</description>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework</groupId>

+ 1 - 0
hsweb-concurrent/hsweb-concurrent-counter/hsweb-concurrent-counter-api/pom.xml

@@ -28,6 +28,7 @@
 
     <artifactId>hsweb-concurrent-counter-api</artifactId>
 
+    <description>计数器API以及本地实现</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-concurrent/hsweb-concurrent-counter/hsweb-concurrent-counter-redis/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-concurrent-counter-redis</artifactId>
 
+    <description>计数器redisson实现</description>
 
     <dependencies>
         <dependency>

+ 2 - 0
hsweb-concurrent/hsweb-concurrent-counter/pom.xml

@@ -26,6 +26,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>计数器</description>
+
     <artifactId>hsweb-concurrent-counter</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 2 - 0
hsweb-concurrent/hsweb-concurrent-lock/hsweb-concurrent-lock-api/pom.xml

@@ -11,6 +11,8 @@
 
     <artifactId>hsweb-concurrent-lock-api</artifactId>
 
+    <description>锁API以及本地实现</description>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>

+ 1 - 0
hsweb-concurrent/hsweb-concurrent-lock/hsweb-concurrent-lock-redis/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-concurrent-lock-redis</artifactId>
 
+    <description>使用redisson实现分布式锁</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-concurrent/hsweb-concurrent-lock/hsweb-concurrent-lock-starter/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-concurrent-lock-starter</artifactId>
 
+    <description>使用AOP实现锁</description>
 
     <dependencies>
         <dependency>

+ 2 - 0
hsweb-concurrent/hsweb-concurrent-lock/pom.xml

@@ -26,6 +26,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>锁模块</description>
+    
     <artifactId>hsweb-concurrent-lock</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 2 - 0
hsweb-concurrent/pom.xml

@@ -26,6 +26,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>并发包</description>
+
     <artifactId>hsweb-concurrent</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 1 - 0
hsweb-core/pom.xml

@@ -12,6 +12,7 @@
 
     <artifactId>hsweb-core</artifactId>
 
+    <description>核心包</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-datasource/hsweb-datasource-api/pom.xml

@@ -13,6 +13,7 @@
 
     <artifactId>hsweb-datasource-api</artifactId>
 
+     <description>数据源管理API,以及简单的多数据源实现,支持aop,表达式等多种方式切换数据源</description>
 
     <dependencies>
         <dependency>

+ 2 - 0
hsweb-datasource/hsweb-datasource-jta/pom.xml

@@ -13,6 +13,8 @@
 
     <artifactId>hsweb-datasource-jta</artifactId>
 
+    <description>基于atomikos的多数据源实现,支持事务中切换数据源</description>
+
     <dependencies>
         <dependency>
             <groupId>com.h2database</groupId>

+ 2 - 0
hsweb-datasource/hsweb-datasource-web/pom.xml

@@ -13,6 +13,8 @@
 
     <artifactId>hsweb-datasource-web</artifactId>
 
+    <description>暴露多数据源的web接口</description>
+
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 2 - 0
hsweb-datasource/pom.xml

@@ -11,6 +11,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>数据源,多数据源,动态数据源</description>
+
     <artifactId>hsweb-datasource</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 1 - 0
hsweb-logging/hsweb-access-logging-aop/pom.xml

@@ -12,6 +12,7 @@
 
     <artifactId>hsweb-access-logging-aop</artifactId>
 
+    <description>基于AOP实现访问日志解析,使用spring event发布日志事件.</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-logging/hsweb-access-logging-api/pom.xml

@@ -12,5 +12,6 @@
 
     <artifactId>hsweb-access-logging-api</artifactId>
 
+    <description>访问日志API模块</description>
 
 </project>

+ 2 - 0
hsweb-logging/pom.xml

@@ -28,6 +28,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>日志模块</description>
+
     <artifactId>hsweb-logging</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 2 - 0
hsweb-message/hsweb-message-api/pom.xml

@@ -9,6 +9,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>DSL LIKE的message API</description>
+
     <artifactId>hsweb-message-api</artifactId>
 
     <dependencies>

+ 1 - 0
hsweb-message/hsweb-message-jms/pom.xml

@@ -10,6 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>hsweb-message-jms</artifactId>
+    <description>使用jms来实现hsweb-message-api</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-message/hsweb-message-redis/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-message-redis</artifactId>
 
+    <description>使用redis来实现hsweb-message-api</description>
 
     <dependencies>
         <dependency>

+ 12 - 10
hsweb-message/hsweb-message-websocket/pom.xml

@@ -11,6 +11,8 @@
 
     <artifactId>hsweb-message-websocket</artifactId>
 
+    <description>使用hsweb-message-api进行websocket 消息传递</description>
+
     <dependencies>
 
         <dependency>
@@ -21,10 +23,10 @@
         </dependency>
 
         <!--<dependency>-->
-            <!--<groupId>org.hswebframework.web</groupId>-->
-            <!--<artifactId>hsweb-message-jms</artifactId>-->
-            <!--<version>${project.version}</version>-->
-            <!--<scope>test</scope>-->
+        <!--<groupId>org.hswebframework.web</groupId>-->
+        <!--<artifactId>hsweb-message-jms</artifactId>-->
+        <!--<version>${project.version}</version>-->
+        <!--<scope>test</scope>-->
         <!--</dependency>-->
         <dependency>
             <groupId>org.hswebframework.web</groupId>
@@ -54,17 +56,17 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-websocket</artifactId>
             <!--<exclusions>-->
-                <!--<exclusion>-->
-                    <!--<groupId>org.springframework.boot</groupId>-->
-                    <!--<artifactId>spring-boot-starter-tomcat</artifactId>-->
-                <!--</exclusion>-->
+            <!--<exclusion>-->
+            <!--<groupId>org.springframework.boot</groupId>-->
+            <!--<artifactId>spring-boot-starter-tomcat</artifactId>-->
+            <!--</exclusion>-->
             <!--</exclusions>-->
         </dependency>
 
         <!--使用undertow作为web容器-->
         <!--<dependency>-->
-            <!--<groupId>org.springframework.boot</groupId>-->
-            <!--<artifactId>spring-boot-starter-undertow</artifactId>-->
+        <!--<groupId>org.springframework.boot</groupId>-->
+        <!--<artifactId>spring-boot-starter-undertow</artifactId>-->
         <!--</dependency>-->
 
         <dependency>

+ 2 - 0
hsweb-message/pom.xml

@@ -9,6 +9,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>消息相关模块(试行)</description>
+
     <artifactId>hsweb-message</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 1 - 0
hsweb-starter/hsweb-spring-boot-starter/pom.xml

@@ -27,6 +27,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>hsweb自动配置器</description>
     <artifactId>hsweb-spring-boot-starter</artifactId>
 
     <dependencies>

+ 1 - 0
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-system-authorization-api</artifactId>
 
+    <description>业务模块-权限管理API</description>
     <dependencies>
         <dependency>
             <groupId>org.hswebframework.web</groupId>

+ 1 - 0
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-local/pom.xml

@@ -11,6 +11,7 @@
 
     <artifactId>hsweb-system-authorization-local</artifactId>
 
+    <description>业务模块-权限管理本地实现</description>
     <dependencies>
         <dependency>
             <groupId>org.hswebframework</groupId>

+ 1 - 1
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-starter/pom.xml

@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>hsweb-system-authorization-starter</artifactId>
-
+    <description>业务模块-权限管理自动配置</description>
     <build>
         <resources>
             <resource>

+ 1 - 1
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-web/pom.xml

@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>hsweb-system-authorization-web</artifactId>
-
+    <description>业务模块-权限管理WEB API模块</description>
 
     <dependencies>
         <dependency>

+ 1 - 0
hsweb-system/hsweb-system-authorization/pom.xml

@@ -9,6 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <description>业务模块-权限管理</description>
     <artifactId>hsweb-system-authorization</artifactId>
     <packaging>pom</packaging>
     <modules>

+ 1 - 1
hsweb-system/pom.xml

@@ -9,7 +9,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
+    <description>业务模块</description>
     <packaging>pom</packaging>
     <modules>
         <module>hsweb-system-authorization</module>

+ 2 - 2
pom.xml

@@ -96,9 +96,9 @@
         <aspectj.version>1.6.12</aspectj.version>
         <hibernate.validator.version>5.1.1.Final</hibernate.validator.version>
 
-        <hsweb.ezorm.version>3.0.1-SNAPSHOT</hsweb.ezorm.version>
+        <hsweb.ezorm.version>3.0.1</hsweb.ezorm.version>
         <hsweb.utils.version>3.0.2</hsweb.utils.version>
-        <hsweb.expands.version>3.0.2-SNAPSHOT</hsweb.expands.version>
+        <hsweb.expands.version>3.0.2</hsweb.expands.version>
 
         <swagger.version>2.7.0</swagger.version>
     </properties>