File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ inherited from the parent poms):
406406 <path >
407407 <groupId >com.redis.om</groupId >
408408 <artifactId >redis-om-spring</artifactId >
409- <version >0.8.7-SNAPSHOT </version >
409+ <version >0.8.7</version >
410410 </path >
411411 </annotationProcessorPaths >
412412 </configuration >
@@ -452,7 +452,7 @@ repositories {
452452### Dependency
453453``` groovy
454454ext {
455- redisOmVersion = '0.8.7-SNAPSHOT '
455+ redisOmVersion = '0.8.7'
456456}
457457
458458dependencies {
Original file line number Diff line number Diff line change 3131 <dependency >
3232 <groupId >com.redis.om</groupId >
3333 <artifactId >redis-om-spring</artifactId >
34- <version >0.8.7-SNAPSHOT </version >
34+ <version >0.8.7</version >
3535 </dependency >
3636 <dependency >
3737 <groupId >org.springframework.boot</groupId >
141141 <path >
142142 <groupId >com.redis.om</groupId >
143143 <artifactId >redis-om-spring</artifactId >
144- <version >0.8.7-SNAPSHOT </version >
144+ <version >0.8.7</version >
145145 </path >
146146 </annotationProcessorPaths >
147147 </configuration >
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.7-SNAPSHOT </version >
33+ <version >0.8.7</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.7-SNAPSHOT </version >
37+ <version >0.8.7</version >
3838 </dependency >
3939
4040 <dependency >
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.7-SNAPSHOT </version >
33+ <version >0.8.7</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.redis.om</groupId >
88 <artifactId >redis-om-spring-parent</artifactId >
9- <version >0.8.7-SNAPSHOT </version >
9+ <version >0.8.7</version >
1010 <name >redis-om-spring-parent</name >
1111 <packaging >pom</packaging >
1212
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.7-SNAPSHOT </version >
10+ <version >0.8.7</version >
1111 <packaging >jar</packaging >
1212
1313 <name >redis-om-spring</name >
You can’t perform that action at this time.
0 commit comments