Skip to content

Commit 7347cdf

Browse files
committed
build: 4.0.19 release
1 parent f2e933f commit 7347cdf

File tree

26 files changed

+64
-57
lines changed

26 files changed

+64
-57
lines changed

hsweb-authorization/hsweb-authorization-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<parent>
66
<artifactId>hsweb-authorization</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<name>${artifactId}</name>
1213
<description>授权,权限管理API</description>
1314
<artifactId>hsweb-authorization-api</artifactId>
1415
<dependencies>

hsweb-authorization/hsweb-authorization-basic/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<parent>
66
<artifactId>hsweb-authorization</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<name>${artifactId}</name>
1213
<artifactId>hsweb-authorization-basic</artifactId>
1314

1415
<description>实现hsweb-authorization-api的相关接口以及使用aop实现RBAC和数据权限的控制</description>

hsweb-authorization/hsweb-authorization-oauth2/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<parent>
66
<artifactId>hsweb-authorization</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<name>${artifactId}</name>
1213
<artifactId>hsweb-authorization-oauth2</artifactId>
1314

1415
<dependencies>

hsweb-authorization/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<parent>
66
<artifactId>hsweb-framework</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<name>${artifactId}</name>
1213
<artifactId>hsweb-authorization</artifactId>
1314
<packaging>pom</packaging>
1415
<modules>

hsweb-commons/hsweb-commons-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<artifactId>hsweb-commons</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>hsweb-commons-api</artifactId>
13+
<name>${artifactId}</name>
1314

1415
<dependencies>
1516
<dependency>

hsweb-commons/hsweb-commons-crud/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<artifactId>hsweb-commons</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>hsweb-commons-crud</artifactId>
13+
<name>${artifactId}</name>
1314

1415
<dependencies>
1516

hsweb-commons/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
<parent>
2424
<artifactId>hsweb-framework</artifactId>
2525
<groupId>org.hswebframework.web</groupId>
26-
<version>4.0.19-SNAPSHOT</version>
26+
<version>4.0.19</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
29+
<name>${artifactId}</name>
2930
<modelVersion>4.0.0</modelVersion>
3031
<description>通用模块</description>
3132

hsweb-concurrent/hsweb-concurrent-cache/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<artifactId>hsweb-concurrent</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>hsweb-concurrent-cache</artifactId>
13+
<name>${artifactId}</name>
1314

1415
<dependencies>
1516

hsweb-concurrent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<artifactId>hsweb-framework</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>hsweb-concurrent</artifactId>
13+
<name>${artifactId}</name>
1314
<packaging>pom</packaging>
1415
<modules>
1516
<module>hsweb-concurrent-cache</module>

hsweb-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<parent>
66
<artifactId>hsweb-framework</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.19-SNAPSHOT</version>
8+
<version>4.0.19</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>hsweb-core</artifactId>
14+
<name>${artifactId}</name>
1415

1516
<description>核心包</description>
1617

0 commit comments

Comments
 (0)