Skip to content

Commit

Permalink
release 1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
nxttl-ucas committed Oct 19, 2021
1 parent 638662d commit e540a8f
Show file tree
Hide file tree
Showing 59 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ provide some tools, such as compress utils CamelliaCompressor, encrypt utils Cam
[QUICK START](/docs/tools/tools.md)

## Version
latest version is 1.0.39,have deploy to maven central repository on 2021/10/18
latest version is 1.0.40,have deploy to maven central repository on 2021/10/19
[CHANGE_LOG](/update-en.md)

## Contact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Camellia是网易云信开发的服务器基础组件,所有模块均已应用
[快速开始](/docs/id-gen/id-gen.md)

## 版本
最新版本是1.0.39,已经发布到maven中央仓库(2021/10/18
最新版本是1.0.40,已经发布到maven中央仓库(2021/10/19
[更新日志](/update-zh.md)

## 联系方式
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.40-SNAPSHOT</version>
<version>1.0.40</version>

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

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


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

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

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

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

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

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

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

<packaging>pom</packaging>

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

<modules>
Expand Down
8 changes: 4 additions & 4 deletions camellia-redis-proxy-hbase/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-redis-proxy-hbase</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-redis-proxy/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-redis-proxy</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

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

<dependencies>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
<exclusions>
<exclusion>
<groupId>redis.clients</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class ProxyInfoUtils {
private static final ThreadPoolExecutor executor = new ThreadPoolExecutor(1, 1, 0, TimeUnit.SECONDS,
new LinkedBlockingQueue<>(8), new DefaultThreadFactory("proxy-info"));

private static final String VERSION = "v1.0.39";
private static final String VERSION = "v1.0.40";
private static int port;
private static int consolePort;
private static int bossThread;
Expand Down
6 changes: 3 additions & 3 deletions camellia-redis-zk/camellia-redis-zk-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-redis-zk-common</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
<exclusions>
<exclusion>
<groupId>redis.clients</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-redis-zk/camellia-redis-zk-discovery/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-redis-zk-discovery</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk-common</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-redis-zk/camellia-redis-zk-registry/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-redis-zk-registry</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</parent>

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk-common</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions camellia-redis-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-redis-zk</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

<packaging>pom</packaging>

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

<modules>
Expand Down
6 changes: 3 additions & 3 deletions camellia-redis/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-redis</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-samples/camellia-core-samples/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-core-samples</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-samples/camellia-dashboard-samples/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-samples</artifactId>
<version>1.0.40-SNAPSHOT</version>
<version>1.0.40</version>

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

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

0 comments on commit e540a8f

Please sign in to comment.