Skip to content

Commit

Permalink
release 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Jul 19, 2023
1 parent 4276eb0 commit 205ca28
Show file tree
Hide file tree
Showing 175 changed files with 504 additions and 504 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ provide some simple and practical tools, like:
[QUICK START](/docs/tools/tools.md)

## Version
latest version is 1.2.10, have deploy to maven central repository on 2023/06/07
latest version is 1.2.11, have deploy to maven central repository on 2023/07/19
[CHANGE_LOG](/update-en.md)

## User List
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ camellia主要包括以下功能模块:
[快速开始](/docs/tools/tools.md)

## 版本
最新版本是1.2.10,已经发布到maven中央仓库(2023/06/07
最新版本是1.2.11,已经发布到maven中央仓库(2023/07/19
[更新日志](/update-zh.md)

## 谁在使用Camellia
如果觉得 Camellia 对你有用,欢迎Star/Fork
欢迎所有 Camellia 用户及贡献者在 [这里](https://github.com/netease-im/camellia/issues/10) 分享您在当前工作中开发/使用 Camellia 的故事

## 联系方式
微信: hdnxttl
微信: hdnxttl(加此微信拉进技术交流群)
email: zj_caojiajun@163.com
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.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
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.11-SNAPSHOT</version>
<version>1.2.11</version>

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


Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencyManagement>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencyManagement>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-console</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencyManagement>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-feign</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

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


Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-dashboard</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

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


Expand Down Expand Up @@ -42,27 +42,27 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-feign</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

<packaging>pom</packaging>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</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.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencyManagement>
Expand Down
8 changes: 4 additions & 4 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.11-SNAPSHOT</version>
<version>1.2.11</version>

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

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions camellia-cache/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-cache</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<packaging>pom</packaging>

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

<modules>
Expand Down
4 changes: 2 additions & 2 deletions camellia-codec/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-codec</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions camellia-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-core</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

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

<dependencies>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-delay-queue/camellia-delay-queue-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-delay-queue-common</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-delay-queue/camellia-delay-queue-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-delay-queue-sdk</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue-common</artifactId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</dependency>

</dependencies>
Expand Down
Loading

0 comments on commit 205ca28

Please sign in to comment.