File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -323,12 +323,11 @@ repositories {
323323### Dependency
324324``` groovy
325325ext {
326- redisOmVersion = '0.8.0 -SNAPSHOT'
326+ redisOmVersion = '0.8.1 -SNAPSHOT'
327327}
328328
329329dependencies {
330- implementation: "com.redis.om:redis-om-spring:$redisOmVersion"
331- }
330+ implementation: "com.redis.om:redis-om-spring:$redisOmVersion"
332331}
333332```
334333
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.redis.om</groupId >
3232 <artifactId >redis-om-spring</artifactId >
33- <version >0.8.0-SNAPSHOT </version >
33+ <version >0.8.0</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.redis.om</groupId >
3232 <artifactId >redis-om-spring</artifactId >
33- <version >0.8.0-SNAPSHOT </version >
33+ <version >0.8.0</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >com.redis.om</groupId >
3636 <artifactId >redis-om-spring</artifactId >
37- <version >0.8.0-SNAPSHOT </version >
37+ <version >0.8.0</version >
3838 </dependency >
3939
4040 <dependency >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.redis.om</groupId >
77 <artifactId >redis-om-spring-parent</artifactId >
8- <version >0.8.0-SNAPSHOT </version >
8+ <version >0.8.0</version >
99 <name >redis-om-spring-parent</name >
1010 <packaging >pom</packaging >
1111
Original file line number Diff line number Diff line change 77
88 <groupId >com.redis.om</groupId >
99 <artifactId >redis-om-spring</artifactId >
10- <version >0.8.0-SNAPSHOT </version >
10+ <version >0.8.0</version >
1111 <packaging >jar</packaging >
1212
1313 <name >redis-om-spring</name >
You can’t perform that action at this time.
0 commit comments