Skip to content

Commit

Permalink
1.1.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Nov 9, 2022
1 parent 5370a28 commit b865ff4
Show file tree
Hide file tree
Showing 69 changed files with 231 additions and 231 deletions.
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</version>
<version>1.1.5-SNAPSHOT</version>

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

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

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


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

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

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

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue-common</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</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</version>
<version>1.1.5-SNAPSHOT</version>

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue-common</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</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</version>
<version>1.1.5-SNAPSHOT</version>

<packaging>pom</packaging>

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

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

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

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

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

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

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

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

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

<packaging>pom</packaging>

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

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

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

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

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

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

<dependencies>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</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</version>
<version>1.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit b865ff4

Please sign in to comment.