Skip to content

Commit

Permalink
release 1.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Jan 5, 2022
1 parent 4fa2e83 commit 3020e7f
Show file tree
Hide file tree
Showing 63 changed files with 215 additions and 193 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ provide some tools, such as compress utils CamelliaCompressor, encrypt utils Cam
[QUICK START](/docs/tools/tools.md)

## Version
latest version is 1.0.46,have deploy to maven central repository on 2021/12/29
latest version is 1.0.47,have deploy to maven central repository on 2022/01/05
[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 @@ -43,7 +43,7 @@ camellia主要包括以下功能模块:
[快速开始](/docs/tools/tools.md)

## 版本
最新版本是1.0.46,已经发布到maven中央仓库(2021/12/29
最新版本是1.0.47,已经发布到maven中央仓库(2022/01/05
[更新日志](/update-zh.md)

## 谁在使用Camellia
Expand Down
4 changes: 2 additions & 2 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.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
Expand Down
12 changes: 6 additions & 6 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.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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


Expand Down Expand Up @@ -42,22 +42,22 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.springfox</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.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

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

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

<dependencies>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</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.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-id-gen-core</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</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.0.47-SNAPSHOT</version>
<version>1.0.47</version>

<packaging>pom</packaging>

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

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

<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.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</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.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
</dependencies>
<build>
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-jedis3</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</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.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-proxy-discovery-zk</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-discovery-common</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-proxy-discovery</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

<packaging>pom</packaging>

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

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

<artifactId>camellia-redis-proxy-hbase</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-proxy-mq-common</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.msgpack/msgpack-core -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-proxy-mq-kafka</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-mq-common</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down
4 changes: 2 additions & 2 deletions camellia-redis-proxy-plugins/camellia-redis-proxy-mq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>camellia-redis-proxy-mq</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

<packaging>pom</packaging>

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

<modules>
Expand Down
4 changes: 2 additions & 2 deletions camellia-redis-proxy-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>camellia-redis-proxy-plugins</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>1.0.47</version>

<packaging>pom</packaging>

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

<modules>
Expand Down
Loading

0 comments on commit 3020e7f

Please sign in to comment.