Skip to content

Commit

Permalink
release 1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
nxttl-ucas committed Aug 5, 2021
1 parent d468b63 commit 5a8fb9d
Show file tree
Hide file tree
Showing 35 changed files with 116 additions and 116 deletions.
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.34-SNAPSHOT</version>
<version>1.0.34</version>

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

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


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

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
Expand Down
10 changes: 5 additions & 5 deletions camellia-redis-proxy-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
<modelVersion>4.0.0</modelVersion>

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

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-toolkit</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</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.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencies>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
<exclusions>
<exclusion>
<groupId>redis.clients</groupId>
Expand Down
6 changes: 3 additions & 3 deletions camellia-redis-toolkit/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-toolkit</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
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.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</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.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk-common</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</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.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-zk-common</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</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.34-SNAPSHOT</version>
<version>1.0.34</version>

<packaging>pom</packaging>

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

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

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

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

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

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

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

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase-spring-boot-starter</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-samples/camellia-redis-proxy-hbase-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-redis-proxy-hbase-samples</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencyManagement>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-hbase-spring-boot-starter</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions camellia-samples/camellia-redis-proxy-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-redis-proxy-samples</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>

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

<dependencyManagement>
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-spring-boot-starter</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-proxy-zk-registry-spring-boot-starter</artifactId>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.34</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit 5a8fb9d

Please sign in to comment.