Skip to content

Commit ef0825b

Browse files
committed
feat:发布1.0.1.RELEASE版本
1 parent a4cc2e4 commit ef0825b

18 files changed

Lines changed: 95 additions & 99 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>cool.happycoding</groupId>
1212
<artifactId>happy-code-parent</artifactId>
13-
<version>1.0.1-SNAPSHOT</version>
13+
<version>1.0.1.RELEASE</version>
1414
</parent>
1515
```
1616
然后在 `dependencies` 中添加自己所需使用的依赖即可使用
@@ -33,7 +33,7 @@
3333
- happy-code-starter-mq
3434

3535
## 版本更新记录
36-
### 1.0.1-SNAPSHOT[current]
36+
### 1.0.1.RELEASE
3737
- feat: 引入jetcache完善cache组件
3838
- feat: 完善mybatis组件引入乐观锁定义支持
3939
- feat: 引入阿里ThreadLocal组件

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.1-SNAPSHOT</version>
8+
<version>1.0.1.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.1-SNAPSHOT</version>
11+
<version>1.0.1.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.1-SNAPSHOT</version>
10+
<version>1.0.1.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.1-SNAPSHOT</version>
8+
<version>1.0.1.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-cache</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.1-SNAPSHOT</version>
8+
<version>1.0.1.RELEASE</version>
99
</parent>
1010

1111
<artifactId>happy-code-starter-excel</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.1-SNAPSHOT</version>
8+
<version>1.0.1.RELEASE</version>
99
</parent>
1010

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

happy-code-starters/happy-code-starter-mq/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.1-SNAPSHOT</version>
8+
<version>1.0.1.RELEASE</version>
99
</parent>
1010

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

happy-code-starters/happy-code-starter-mybatis/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.1-SNAPSHOT</version>
8+
<version>1.0.1.RELEASE</version>
99
</parent>
1010

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

happy-code-starters/happy-code-starter-store/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.1-SNAPSHOT</version>
8+
<version>1.0.1.RELEASE</version>
99
</parent>
1010
<artifactId>happy-code-starter-store</artifactId>
1111
<name>happy-code-starter-store</name>

0 commit comments

Comments
 (0)