Skip to content

Commit efd3a39

Browse files
committed
feat: release 1.3.0
1 parent bcb03ac commit efd3a39

File tree

187 files changed

+895
-554
lines changed

Some content is hidden

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

187 files changed

+895
-554
lines changed

.idea/compiler.xml

+29-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ hot key detect and cache:
7373

7474

7575
## Release-Version
76-
latest version is 1.3.0, have deploy to maven central repository on 2024/12/xx
76+
latest version is 1.3.0, have deploy to maven central repository on 2024/12/06
7777
[CHANGE_LOG](/update-en.md)
7878

7979
## SNAPSHOT-version

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于:
5757

5858
### camellia-id-gen
5959
提供了多种id生成算法,开箱即用,包括:
60-
* 服务器最低要求java21,sdk最低要求java8
60+
* 服务器最低要求java21,sdk最低要求java8,对外暴露http接口,支持多语言客户端
6161
* 雪花算法(支持设置单元标记)
6262
* 严格递增的id生成算法(步长支持动态调整)
6363
* 趋势递增的id生成算法(支持设置单元标记,支持多单元id同步)
@@ -86,7 +86,7 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于:
8686

8787

8888
## RELEASE版本
89-
最新版本是1.3.0,已经发布到maven中央仓库(2024/12/xx
89+
最新版本是1.3.0,已经发布到maven中央仓库(2024/12/06
9090
[更新日志](/update-zh.md)
9191

9292
## SNAPSHOT版本

camellia-admin/camellia-config-sdk-spring-boot-starter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>camellia-config-sdk-spring-boot-starter</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

99
<parent>
1010
<groupId>com.netease.nim</groupId>
1111
<artifactId>camellia-admin</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
</parent>
1414

1515
<dependencyManagement>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.netease.nim</groupId>
3030
<artifactId>camellia-config-sdk-spring-boot</artifactId>
31-
<version>1.3.0-SNAPSHOT</version>
31+
<version>1.3.0</version>
3232
</dependency>
3333
</dependencies>
3434
<build>

camellia-admin/camellia-config-sdk-spring-boot/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>camellia-config-sdk-spring-boot</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

99
<parent>
1010
<groupId>com.netease.nim</groupId>
1111
<artifactId>camellia-admin</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
</parent>
1414

1515
<dependencyManagement>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.netease.nim</groupId>
3030
<artifactId>camellia-core</artifactId>
31-
<version>1.3.0-SNAPSHOT</version>
31+
<version>1.3.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.springframework.boot</groupId>

camellia-admin/camellia-config-sdk-spring-boot3-starter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>camellia-config-sdk-spring-boot3-starter</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

99
<parent>
1010
<groupId>com.netease.nim</groupId>
1111
<artifactId>camellia-admin</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
</parent>
1414

1515
<dependencyManagement>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.netease.nim</groupId>
3030
<artifactId>camellia-config-sdk-spring-boot</artifactId>
31-
<version>1.3.0-SNAPSHOT</version>
31+
<version>1.3.0</version>
3232
</dependency>
3333
</dependencies>
3434
<build>

camellia-admin/camellia-config-spring-boot-starter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>camellia-config-spring-boot-starter</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

99
<parent>
1010
<groupId>com.netease.nim</groupId>
1111
<artifactId>camellia-admin</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
</parent>
1414

1515

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.netease.nim</groupId>
4747
<artifactId>camellia-config</artifactId>
48-
<version>1.3.0-SNAPSHOT</version>
48+
<version>1.3.0</version>
4949
</dependency>
5050
</dependencies>
5151

camellia-admin/camellia-config/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>camellia-config</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

99
<parent>
1010
<groupId>com.netease.nim</groupId>
1111
<artifactId>camellia-admin</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
</parent>
1414

1515
<dependencyManagement>
@@ -59,17 +59,17 @@
5959
<dependency>
6060
<groupId>com.netease.nim</groupId>
6161
<artifactId>camellia-core</artifactId>
62-
<version>1.3.0-SNAPSHOT</version>
62+
<version>1.3.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.netease.nim</groupId>
6666
<artifactId>camellia-tools</artifactId>
67-
<version>1.3.0-SNAPSHOT</version>
67+
<version>1.3.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.netease.nim</groupId>
7171
<artifactId>camellia-redis-spring-boot-starter</artifactId>
72-
<version>1.3.0-SNAPSHOT</version>
72+
<version>1.3.0</version>
7373
</dependency>
7474
</dependencies>
7575
<build>

camellia-admin/camellia-console-spring-boot-starter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>camellia-console-spring-boot-starter</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99

1010
<parent>
1111
<groupId>com.netease.nim</groupId>
1212
<artifactId>camellia-admin</artifactId>
13-
<version>1.3.0-SNAPSHOT</version>
13+
<version>1.3.0</version>
1414
</parent>
1515

1616
<dependencyManagement>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.netease.nim</groupId>
4747
<artifactId>camellia-console</artifactId>
48-
<version>1.3.0-SNAPSHOT</version>
48+
<version>1.3.0</version>
4949
</dependency>
5050
</dependencies>
5151

camellia-admin/camellia-console/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>camellia-console</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99

1010
<parent>
1111
<groupId>com.netease.nim</groupId>
1212
<artifactId>camellia-admin</artifactId>
13-
<version>1.3.0-SNAPSHOT</version>
13+
<version>1.3.0</version>
1414
</parent>
1515

1616
<dependencyManagement>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.netease.nim</groupId>
6666
<artifactId>camellia-feign</artifactId>
67-
<version>1.3.0-SNAPSHOT</version>
67+
<version>1.3.0</version>
6868
</dependency>
6969

7070
<dependency>

camellia-admin/camellia-dashboard-spring-boot-starter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>camellia-dashboard-spring-boot-starter</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

99
<parent>
1010
<groupId>com.netease.nim</groupId>
1111
<artifactId>camellia-admin</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
</parent>
1414

1515

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.netease.nim</groupId>
4747
<artifactId>camellia-dashboard</artifactId>
48-
<version>1.3.0-SNAPSHOT</version>
48+
<version>1.3.0</version>
4949
</dependency>
5050
</dependencies>
5151

0 commit comments

Comments
 (0)