Skip to content

Commit

Permalink
prepare for release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming committed Jan 30, 2022
1 parent 7fd225d commit d77a5ff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redisgears</artifactId>
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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>redistimeseries</artifactId>
Expand Down

0 comments on commit d77a5ff

Please sign in to comment.