Skip to content

Commit 1f62a9b

Browse files
committed
build: release 4.0.18
1 parent 1c1d9b6 commit 1f62a9b

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

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

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

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

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

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

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

hsweb-authorization/pom.xml

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

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

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

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

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

hsweb-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hsweb-framework</artifactId>
2525
<groupId>org.hswebframework.web</groupId>
26-
<version>4.0.18-SNAPSHOT</version>
26+
<version>4.0.18</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

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

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

hsweb-concurrent/pom.xml

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

hsweb-core/pom.xml

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

hsweb-datasource/hsweb-datasource-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-datasource</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99

1010
<relativePath>../pom.xml</relativePath>
1111
</parent>

hsweb-datasource/hsweb-datasource-jta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-datasource</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
<relativePath>../pom.xml</relativePath>
1010

1111
</parent>

hsweb-datasource/hsweb-datasource-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-datasource</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99

1010
<relativePath>../pom.xml</relativePath>
1111
</parent>

hsweb-datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-framework</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99

1010
<relativePath>../pom.xml</relativePath>
1111
</parent>

hsweb-logging/hsweb-access-logging-aop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-logging</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

hsweb-logging/hsweb-access-logging-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-logging</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

hsweb-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hsweb-framework</artifactId>
2525
<groupId>org.hswebframework.web</groupId>
26-
<version>4.0.18-SNAPSHOT</version>
26+
<version>4.0.18</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

hsweb-starter/pom.xml

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

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

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

hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-system-authorization</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

hsweb-system/hsweb-system-authorization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-system</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>

hsweb-system/hsweb-system-dictionary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-system</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

hsweb-system/hsweb-system-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hsweb-system</artifactId>
77
<groupId>org.hswebframework.web</groupId>
8-
<version>4.0.18-SNAPSHOT</version>
8+
<version>4.0.18</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

hsweb-system/pom.xml

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

0 commit comments

Comments
 (0)