File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
src/main/java/com/redis/om/spring Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ inherited from the parent poms):
457457 <path >
458458 <groupId >com.redis.om</groupId >
459459 <artifactId >redis-om-spring</artifactId >
460- <version >0.9.7-SNAPSHOT </version >
460+ <version >0.9.7</version >
461461 </path >
462462 </annotationProcessorPaths >
463463 </configuration >
@@ -504,7 +504,7 @@ repositories {
504504
505505``` groovy
506506ext {
507- redisOmVersion = '0.9.7-SNAPSHOT '
507+ redisOmVersion = '0.9.7'
508508}
509509
510510dependencies {
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.9.7-SNAPSHOT </version >
34+ <version >0.9.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.9.7-SNAPSHOT </version >
144+ <version >0.9.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.9.7-SNAPSHOT </version >
33+ <version >0.9.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.9.7-SNAPSHOT </version >
37+ <version >0.9.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.9.7-SNAPSHOT </version >
33+ <version >0.9.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.9.7-SNAPSHOT </version >
9+ <version >0.9.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.9.7-SNAPSHOT </version >
10+ <version >0.9.7</version >
1111 <packaging >jar</packaging >
1212
1313 <name >redis-om-spring</name >
Original file line number Diff line number Diff line change 1212 prefix = "redis.om.spring" , ignoreInvalidFields = true
1313)
1414public class RedisOMProperties {
15- public static final String ROMS_VERSION = "0.9.7-SNAPSHOT " ;
15+ public static final String ROMS_VERSION = "0.9.7" ;
1616 public static final int MAX_SEARCH_RESULTS = 10000 ;
1717 public static final double DEFAULT_DISTANCE = 0.0005 ;
1818 public static final Metrics DEFAULT_DISTANCE_METRIC = Metrics .MILES ;
You can’t perform that action at this time.
0 commit comments