Skip to content

Commit 42f3654

Browse files
committed
feat: 1.0.3.RELEASE
1 parent 5c9401e commit 42f3654

22 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
## 版本更新记录
4545

46-
### 1.0.3-SNAPSHOT[current]
46+
### 1.0.3.RELEASE
4747
- feat: 升级SC和SCA版本
4848
- feat: 重构log组件补充feign调用场景下traceId的传递以及审计功能
4949
- feat: 重构log组件将审计记录功能通过事件进行异步处理以提高效率

happy-code-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-base</artifactId>

happy-code-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cool.happycoding</groupId>
1010
<artifactId>happy-code</artifactId>
11-
<version>1.0.3-SNAPSHOT</version>
11+
<version>1.0.3.RELEASE</version>
1212
</parent>
1313
<groupId>cool.happycoding</groupId>
1414
<name>happy-code-dependencies</name>

happy-code-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cool.happycoding</groupId>
99
<artifactId>happy-code</artifactId>
10-
<version>1.0.3-SNAPSHOT</version>
10+
<version>1.0.3.RELEASE</version>
1111
</parent>
1212
<name>happy-code-parent</name>
1313
<artifactId>happy-code-parent</artifactId>

happy-code-starters/happy-code-starter-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code-starters</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-cache</artifactId>

happy-code-starters/happy-code-starter-dict/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code-starters</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-dict</artifactId>

happy-code-starters/happy-code-starter-dynamic-datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code-starters</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-dynamic-datasource</artifactId>

happy-code-starters/happy-code-starter-excel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code-starters</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-excel</artifactId>

happy-code-starters/happy-code-starter-lock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code-starters</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-lock</artifactId>

happy-code-starters/happy-code-starter-log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cool.happycoding</groupId>
77
<artifactId>happy-code-starters</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-log</artifactId>

0 commit comments

Comments
 (0)