Skip to content

Commit

Permalink
release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Nov 8, 2022
1 parent b33bcd4 commit 5370a28
Show file tree
Hide file tree
Showing 84 changed files with 268 additions and 268 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ join camellia-core and open-feign, so your feign-client have this feature:
[QUICK START](/docs/tools/tools.md)

## Version
latest version is 1.1.3, have deploy to maven central repository on 2022/10/24
latest version is 1.1.4, have deploy to maven central repository on 2022/11/08
[CHANGE_LOG](/update-en.md)

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

## 版本
最新版本是1.1.3,已经发布到maven中央仓库(2022/10/24
最新版本是1.1.4,已经发布到maven中央仓库(2022/11/08
[更新日志](/update-zh.md)

## 谁在使用Camellia
Expand Down
6 changes: 3 additions & 3 deletions 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.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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

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


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.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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

<dependencies>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
</dependencies>
<build>
Expand Down
14 changes: 7 additions & 7 deletions 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.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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


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

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</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.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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

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

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions camellia-delay-queue/camellia-delay-queue-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-delay-queue-server</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue-common</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions camellia-delay-queue/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-delay-queue</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<packaging>pom</packaging>

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

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

<artifactId>camellia-feign</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-hbase/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-hbase</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-id-gen/camellia-id-gen-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-id-gen-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-id-gen</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</parent>

<dependencies>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-id-gen/camellia-id-gen-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-id-gen-sdk</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-id-gen</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-id-gen-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
4 changes: 2 additions & 2 deletions camellia-id-gen/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-id-gen</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<packaging>pom</packaging>

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

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-proxy-discovery-common</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-discovery</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</parent>

<dependencies>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-proxy-discovery-jedis2</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-discovery</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-discovery-common</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit 5370a28

Please sign in to comment.