File tree Expand file tree Collapse file tree 14 files changed +52
-30
lines changed
redis-keeper-example-springboot
redis-keeper-example-springcloud
redis-keeper-example-standalone
redis-keeper-spring-boot-starter
redis-keeper-spring-boot3-starter
main/java/org/codeba/redis/keeper/support
test/java/org/codeba/redis/keeper/support Expand file tree Collapse file tree 14 files changed +52
-30
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<groupId >org.codeba</groupId >
24
24
<artifactId >redis-keeper</artifactId >
25
- <version >2024.2.0 </version >
25
+ <version >2024.2.1 </version >
26
26
27
27
<name >redis-keeper</name >
28
28
<description >Redis-keeper is a lightweight multi-data source management tool for redis.</description >
43
43
<maven .compiler.target>8</maven .compiler.target>
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
45
46
- <redis-keeper .version>2024.2.0 </redis-keeper .version>
46
+ <redis-keeper .version>2024.2.1 </redis-keeper .version>
47
47
<redisson .version>3.35.0</redisson .version>
48
48
49
49
<spring .version>5.3.27</spring .version>
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-core</artifactId >
Original file line number Diff line number Diff line change 27
27
28
28
<groupId >org.codeba</groupId >
29
29
<artifactId >redis-keeper-example</artifactId >
30
- <version >2024.2.0 </version >
30
+ <version >2024.2.1 </version >
31
31
32
32
<packaging >pom</packaging >
33
33
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper-example</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-example-springboot</artifactId >
48
48
<dependency >
49
49
<groupId >org.codeba</groupId >
50
50
<artifactId >redis-keeper-spring-boot-starter</artifactId >
51
- <version >2024.2.0 </version >
51
+ <version >2024.2.1 </version >
52
52
</dependency >
53
53
54
54
<dependency >
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.codeba</groupId >
58
58
<artifactId >redis-keeper-spring-boot-starter</artifactId >
59
- <version >2024.2.0 </version >
59
+ <version >2024.2.1 </version >
60
60
</dependency >
61
61
62
62
<dependency >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper-example</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-example-standalone</artifactId >
37
37
<dependency >
38
38
<groupId >org.codeba</groupId >
39
39
<artifactId >redis-keeper-core</artifactId >
40
- <version >2024.2.0 </version >
40
+ <version >2024.2.1 </version >
41
41
</dependency >
42
42
43
43
<dependency >
44
44
<groupId >org.codeba</groupId >
45
45
<artifactId >redis-keeper-support</artifactId >
46
- <version >2024.2.0 </version >
46
+ <version >2024.2.1 </version >
47
47
</dependency >
48
48
49
49
<dependency >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-spring-boot3-starter</artifactId >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-spring</artifactId >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.codeba</groupId >
22
22
<artifactId >redis-keeper</artifactId >
23
- <version >2024.2.0 </version >
23
+ <version >2024.2.1 </version >
24
24
</parent >
25
25
26
26
<artifactId >redis-keeper-support</artifactId >
You can’t perform that action at this time.
0 commit comments