Skip to content

Commit

Permalink
prepare for release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming committed Sep 29, 2024
1 parent a6cc253 commit 02adfc4
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<packaging>pom</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<modules>
<module>all</module>
<module>redisbloom</module>
Expand Down
2 changes: 1 addition & 1 deletion redisai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redisai</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redisbloom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redisbloom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redisearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redisearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redisgears/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redisgears</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redisgraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>redis-modules-java</artifactId>
<groupId>io.github.dengliming.redismodule</groupId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion redisjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>redis-modules-java</artifactId>
<groupId>io.github.dengliming.redismodule</groupId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion redistimeseries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redistimeseries</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add dependency
<dependency>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -53,4 +53,4 @@ public void test() {
String key = "foo";
redisJSON.set(key, SetArgs.Builder.create(".", "\"bar\""));
}
```
```
2 changes: 1 addition & 1 deletion spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redis-modules-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<artifactId>spring-boot-starter</artifactId>
Expand Down

0 comments on commit 02adfc4

Please sign in to comment.