From 02adfc40c5f31b1c4c2211116a7c98915bc64182 Mon Sep 17 00:00:00 2001 From: dengliming Date: Sun, 29 Sep 2024 11:25:44 +0800 Subject: [PATCH] prepare for release 2.0.4 --- all/pom.xml | 2 +- commons/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- redisai/pom.xml | 2 +- redisbloom/pom.xml | 2 +- redisearch/pom.xml | 2 +- redisgears/pom.xml | 2 +- redisgraph/pom.xml | 2 +- redisjson/pom.xml | 2 +- redistimeseries/pom.xml | 2 +- spring-boot-starter/README.md | 4 ++-- spring-boot-starter/pom.xml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index e3dfe9f..d908053 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -3,7 +3,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 all diff --git a/commons/pom.xml b/commons/pom.xml index 66df49d..e80b157 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -3,7 +3,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 commons diff --git a/examples/pom.xml b/examples/pom.xml index 76d0839..0b317e1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 examples diff --git a/pom.xml b/pom.xml index 3df37b6..6d0ad5c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.dengliming.redismodule redis-modules-java pom - 2.0.4-SNAPSHOT + 2.0.4 all redisbloom diff --git a/redisai/pom.xml b/redisai/pom.xml index d018c07..53e3cc4 100644 --- a/redisai/pom.xml +++ b/redisai/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 redisai diff --git a/redisbloom/pom.xml b/redisbloom/pom.xml index 52b0f0e..5f7f5f5 100644 --- a/redisbloom/pom.xml +++ b/redisbloom/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 redisbloom diff --git a/redisearch/pom.xml b/redisearch/pom.xml index b93287f..e3e6a35 100644 --- a/redisearch/pom.xml +++ b/redisearch/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 redisearch diff --git a/redisgears/pom.xml b/redisgears/pom.xml index 8b158b5..90b7418 100644 --- a/redisgears/pom.xml +++ b/redisgears/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 redisgears diff --git a/redisgraph/pom.xml b/redisgraph/pom.xml index 029b440..9bfaec5 100644 --- a/redisgraph/pom.xml +++ b/redisgraph/pom.xml @@ -5,7 +5,7 @@ redis-modules-java io.github.dengliming.redismodule - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 diff --git a/redisjson/pom.xml b/redisjson/pom.xml index 30b1db2..81518f5 100644 --- a/redisjson/pom.xml +++ b/redisjson/pom.xml @@ -5,7 +5,7 @@ redis-modules-java io.github.dengliming.redismodule - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 diff --git a/redistimeseries/pom.xml b/redistimeseries/pom.xml index 2c88174..167588d 100644 --- a/redistimeseries/pom.xml +++ b/redistimeseries/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 redistimeseries diff --git a/spring-boot-starter/README.md b/spring-boot-starter/README.md index d88eabf..7d37e38 100644 --- a/spring-boot-starter/README.md +++ b/spring-boot-starter/README.md @@ -9,7 +9,7 @@ Add dependency io.github.dengliming.redismodule spring-boot-starter - 2.0.4-SNAPSHOT + 2.0.4 ``` @@ -53,4 +53,4 @@ public void test() { String key = "foo"; redisJSON.set(key, SetArgs.Builder.create(".", "\"bar\"")); } -``` \ No newline at end of file +``` diff --git a/spring-boot-starter/pom.xml b/spring-boot-starter/pom.xml index 9eaaf24..964d667 100644 --- a/spring-boot-starter/pom.xml +++ b/spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ io.github.dengliming.redismodule redis-modules-java - 2.0.4-SNAPSHOT + 2.0.4 spring-boot-starter