Skip to content

Commit e98861a

Browse files
committed
2.2
1 parent c5dde33 commit e98861a

File tree

24 files changed

+27
-27
lines changed

24 files changed

+27
-27
lines changed

hsweb-web-bean/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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-bean</artifactId>

hsweb-web-concurrent/hsweb-web-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-web-concurrent</artifactId>
77
<groupId>org.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-concurrent-cache</artifactId>

hsweb-web-concurrent/hsweb-web-concurrent-lock/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-web-concurrent</artifactId>
77
<groupId>org.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-concurrent-lock</artifactId>

hsweb-web-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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>

hsweb-web-controller/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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-controller</artifactId>

hsweb-web-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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-core</artifactId>

hsweb-web-dao/hsweb-web-dao-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-web-dao</artifactId>
77
<groupId>org.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-dao-api</artifactId>

hsweb-web-dao/hsweb-web-dao-mybatis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>org.hsweb</groupId>
1212
<artifactId>hsweb-web-dao-mybatis</artifactId>
13-
<version>2.2-SNAPSHOT</version>
13+
<version>2.2</version>
1414
</dependency>
1515
```
1616

hsweb-web-dao/hsweb-web-dao-mybatis/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-web-dao</artifactId>
77
<groupId>org.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-dao-mybatis</artifactId>

hsweb-web-dao/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-framework</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>pom</packaging>

hsweb-web-datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-framework</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-oauth2/hsweb-web-oauth2-controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-web-oauth2</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-oauth2/hsweb-web-oauth2-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-web-oauth2</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-oauth2/hsweb-web-oauth2-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-web-oauth2</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-oauth2/hsweb-web-oauth2-service-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-web-oauth2</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-oauth2/hsweb-web-oauth2-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-web-oauth2</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-framework</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hsweb-web-service/hsweb-web-service-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-web-service</artifactId>
77
<groupId>org.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>hsweb-web-service-api</artifactId>

hsweb-web-service/hsweb-web-service-simple/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-web-service</artifactId>
77
<groupId>org.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

hsweb-web-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hsweb-framework</artifactId>
2323
<groupId>org.hsweb</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<modules>

hsweb-web-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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

hsweb-web-websocket/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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

hsweb-web-workflow/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.hsweb</groupId>
8-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.hsweb</groupId>
77
<artifactId>hsweb-framework</artifactId>
88
<packaging>pom</packaging>
9-
<version>2.2-SNAPSHOT</version>
9+
<version>2.2</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<url>http://www.hsweb.me</url>
@@ -72,9 +72,9 @@
7272
<cglib.version>3.2.2</cglib.version>
7373
<aspectj.version>1.6.12</aspectj.version>
7474
<hibernate.validator.version>5.1.1.Final</hibernate.validator.version>
75-
<hsweb.ezorm.version>1.1-SNAPSHOT</hsweb.ezorm.version>
76-
<hsweb.commons.version>1.0-SNAPSHOT</hsweb.commons.version>
77-
<hsweb.expands.version>1.0-SNAPSHOT</hsweb.expands.version>
75+
<hsweb.ezorm.version>1.1</hsweb.ezorm.version>
76+
<hsweb.commons.version>1.0</hsweb.commons.version>
77+
<hsweb.expands.version>1.0</hsweb.expands.version>
7878
</properties>
7979

8080
<build>

0 commit comments

Comments
 (0)