Skip to content

Commit 8d9647b

Browse files
author
zhuangzhuang-huang
committed
[maven-release-plugin] prepare release V2.2.1
1 parent f4092f1 commit 8d9647b

41 files changed

Lines changed: 114 additions & 150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/app-auth/auth-server/auth-server-application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>auth-server</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>auth-server-application</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hzz</groupId>
2020
<artifactId>auth-server-infrastructure</artifactId>
21-
<version>2.2.1-SNAPSHOT</version>
21+
<version>2.2.1</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

api/app-auth/auth-server/auth-server-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>auth-server</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>auth-server-config</artifactId>

api/app-auth/auth-server/auth-server-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>auth-server</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>auth-server-domain</artifactId>

api/app-auth/auth-server/auth-server-infrastructure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>auth-server</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>auth-server-infrastructure</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hzz</groupId>
2020
<artifactId>auth-server-domain</artifactId>
21-
<version>2.2.1-SNAPSHOT</version>
21+
<version>2.2.1</version>
2222
</dependency>
2323
</dependencies>
2424

api/app-auth/auth-server/auth-server-interface/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>auth-server</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>auth-server-interface</artifactId>
@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>org.hzz</groupId>
2020
<artifactId>auth-server-application</artifactId>
21-
<version>2.2.1-SNAPSHOT</version>
21+
<version>2.2.1</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.hzz</groupId>
2525
<artifactId>auth-server-config</artifactId>
26-
<version>2.2.1-SNAPSHOT</version>
26+
<version>2.2.1</version>
2727
</dependency>
2828
</dependencies>
2929
</project>

api/app-auth/auth-server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>app-auth</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>auth-server</artifactId>
11-
<version>2.2.1-SNAPSHOT</version>
11+
<version>2.2.1</version>
1212
<packaging>pom</packaging>
1313

1414
<modules>
@@ -30,22 +30,22 @@
3030
<dependency>
3131
<groupId>org.hzz</groupId>
3232
<artifactId>user-infrastructure</artifactId>
33-
<version>2.2.1-SNAPSHOT</version>
33+
<version>2.2.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.hzz</groupId>
3737
<artifactId>app-designpattern-spring-boot-starter</artifactId>
38-
<version>2.2.1-SNAPSHOT</version>
38+
<version>2.2.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.hzz</groupId>
4242
<artifactId>app-security-spring-boot-starter</artifactId>
43-
<version>2.2.1-SNAPSHOT</version>
43+
<version>2.2.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.hzz</groupId>
4747
<artifactId>app-convention-spring-boot-starter</artifactId>
48-
<version>2.2.1-SNAPSHOT</version>
48+
<version>2.2.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>

api/app-auth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.hzz</groupId>
66
<artifactId>api</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>app-auth</artifactId>
11-
<version>2.2.1-SNAPSHOT</version>
11+
<version>2.2.1</version>
1212

1313
<packaging>pom</packaging>
1414

api/app-course/course-application/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.hzz.course</groupId>
86
<artifactId>app-course</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
108
</parent>
119

1210
<artifactId>course-application</artifactId>
@@ -20,7 +18,7 @@
2018
<dependency>
2119
<groupId>org.hzz.course</groupId>
2220
<artifactId>course-infrastructure</artifactId>
23-
<version>2.2.1-SNAPSHOT</version>
21+
<version>2.2.1</version>
2422
</dependency>
2523
</dependencies>
2624
</project>

api/app-course/course-domain/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.hzz.course</groupId>
86
<artifactId>app-course</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
108
</parent>
119

1210
<artifactId>course-domain</artifactId>
@@ -21,12 +19,12 @@
2119
<dependency>
2220
<groupId>org.hzz</groupId>
2321
<artifactId>app-ddd-framework-core</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
22+
<version>2.2.1</version>
2523
</dependency>
2624
<dependency>
2725
<groupId>org.hzz</groupId>
2826
<artifactId>app-convention-spring-boot-starter</artifactId>
29-
<version>2.2.1-SNAPSHOT</version>
27+
<version>2.2.1</version>
3028
</dependency>
3129
</dependencies>
3230

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.hzz.course</groupId>
86
<artifactId>app-course</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
108
</parent>
119

1210
<artifactId>course-infrastructure</artifactId>
@@ -21,17 +19,17 @@
2119
<dependency>
2220
<groupId>org.hzz.course</groupId>
2321
<artifactId>course-domain</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
22+
<version>2.2.1</version>
2523
</dependency>
2624
<dependency>
2725
<groupId>org.hzz.common</groupId>
2826
<artifactId>app-common-spring-boot-starter</artifactId>
29-
<version>2.2.1-SNAPSHOT</version>
27+
<version>2.2.1</version>
3028
</dependency>
3129
<dependency>
3230
<groupId>org.hzz</groupId>
3331
<artifactId>app-mybatis-spring-boot-starter</artifactId>
34-
<version>2.2.1-SNAPSHOT</version>
32+
<version>2.2.1</version>
3533
</dependency>
3634
</dependencies>
3735
</project>

0 commit comments

Comments
 (0)