File tree 6 files changed +7
-8
lines changed
6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -323,12 +323,11 @@ repositories {
323
323
### Dependency
324
324
``` groovy
325
325
ext {
326
- redisOmVersion = '0.8.0 -SNAPSHOT'
326
+ redisOmVersion = '0.8.1 -SNAPSHOT'
327
327
}
328
328
329
329
dependencies {
330
- implementation: "com.redis.om:redis-om-spring:$redisOmVersion"
331
- }
330
+ implementation: "com.redis.om:redis-om-spring:$redisOmVersion"
332
331
}
333
332
```
334
333
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.redis.om</groupId >
32
32
<artifactId >redis-om-spring</artifactId >
33
- <version >0.8.0-SNAPSHOT </version >
33
+ <version >0.8.0</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.redis.om</groupId >
32
32
<artifactId >redis-om-spring</artifactId >
33
- <version >0.8.0-SNAPSHOT </version >
33
+ <version >0.8.0</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >com.redis.om</groupId >
36
36
<artifactId >redis-om-spring</artifactId >
37
- <version >0.8.0-SNAPSHOT </version >
37
+ <version >0.8.0</version >
38
38
</dependency >
39
39
40
40
<dependency >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.redis.om</groupId >
7
7
<artifactId >redis-om-spring-parent</artifactId >
8
- <version >0.8.0-SNAPSHOT </version >
8
+ <version >0.8.0</version >
9
9
<name >redis-om-spring-parent</name >
10
10
<packaging >pom</packaging >
11
11
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >com.redis.om</groupId >
9
9
<artifactId >redis-om-spring</artifactId >
10
- <version >0.8.0-SNAPSHOT </version >
10
+ <version >0.8.0</version >
11
11
<packaging >jar</packaging >
12
12
13
13
<name >redis-om-spring</name >
You can’t perform that action at this time.
0 commit comments