Skip to content

Commit

Permalink
release 1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Jan 2, 2024
1 parent a4a097a commit a4dde8c
Show file tree
Hide file tree
Showing 240 changed files with 687 additions and 687 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ hot key detect and cache:


## Release-Version
latest version is 1.2.22, have deploy to maven central repository on 2023/12/29
latest version is 1.2.23, have deploy to maven central repository on 2024/01/02
[CHANGE_LOG](/update-en.md)

## SNAPSHOT-version
latest version is 1.2.23-SNAPSHOT
latest version is 1.2.24-SNAPSHOT
```xml
<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于:


## RELEASE版本
最新版本是1.2.22,已经发布到maven中央仓库(2023/12/29
最新版本是1.2.23,已经发布到maven中央仓库(2024/01/02
[更新日志](/update-zh.md)

## SNAPSHOT版本
当前最新是1.2.23-SNAPSHOT
当前最新是1.2.24-SNAPSHOT
```xml
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-sdk-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config-sdk-spring-boot</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-config-sdk-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-sdk-spring-boot</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-sdk-spring-boot3-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config-sdk-spring-boot</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-config-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>


Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions camellia-admin/camellia-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-console-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-console-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-console</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-console</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-feign</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>


Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-dashboard-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-dashboard-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>


Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-dashboard</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>

Expand Down
14 changes: 7 additions & 7 deletions camellia-admin/camellia-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-dashboard</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>


Expand Down Expand Up @@ -42,27 +42,27 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-feign</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions camellia-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-admin</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<packaging>pom</packaging>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions camellia-cache/camellia-cache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-core</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions camellia-cache/camellia-cache-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-spring-boot-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache-spring-boot</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions camellia-cache/camellia-cache-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-spring-boot</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache-core</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions camellia-cache/camellia-cache-spring-boot3-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-spring-boot3-starter</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache-spring-boot</artifactId>
<version>1.2.23-SNAPSHOT</version>
<version>1.2.23</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit a4dde8c

Please sign in to comment.