Skip to content

Commit

Permalink
refactor(pom): version upgrade to 2024.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeba committed Dec 1, 2024
1 parent 0cc6a1b commit 775fa31
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.codeba</groupId>
<artifactId>redis-keeper</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>

<name>redis-keeper</name>
<description>Redis-keeper is a lightweight multi-data source management tool for redis.</description>
Expand All @@ -43,7 +43,7 @@
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<redis-keeper.version>2024.2.0</redis-keeper.version>
<redis-keeper.version>2024.2.1</redis-keeper.version>
<redisson.version>3.35.0</redisson.version>

<spring.version>5.3.27</spring.version>
Expand Down
2 changes: 1 addition & 1 deletion redis-keeper-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redis-keeper-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.codeba</groupId>
<artifactId>redis-keeper-example</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions redis-keeper-example/redis-keeper-example-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper-example</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-example-springboot</artifactId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper-spring-boot-starter</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper-spring-boot-starter</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions redis-keeper-example/redis-keeper-example-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper-example</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-example-standalone</artifactId>
Expand All @@ -37,13 +37,13 @@
<dependency>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper-core</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</dependency>

<dependency>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper-support</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion redis-keeper-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redis-keeper-spring-boot3-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-spring-boot3-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redis-keeper-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redis-keeper-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.codeba</groupId>
<artifactId>redis-keeper</artifactId>
<version>2024.2.0</version>
<version>2024.2.1</version>
</parent>

<artifactId>redis-keeper-support</artifactId>
Expand Down

0 comments on commit 775fa31

Please sign in to comment.