File tree 8 files changed +11
-11
lines changed
src/main/java/com/redis/om/spring
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ Iterable<MyDoc> allMatches = repository.findAll(example);
409
409
</dependency >
410
410
```
411
411
412
- > ⚠️ Redis OM Spring versions greater than ` v0.9.2 ` require the addition
412
+ > ⚠️ Redis OM Spring versions greater than ` v0.9.2 ` require the addition
413
413
of the [ ** Spring Milestone Repository** ] ( https://repo.spring.io/milestone ) to account
414
414
for the recent integration with the [ ** Spring AI** ] ( https://docs.spring.io/spring-ai/reference/ ) project. When Spring AI ` v1.0.0 ` is
415
415
released we will drop this requirement.
@@ -457,7 +457,7 @@ inherited from the parent poms):
457
457
<path >
458
458
<groupId >com.redis.om</groupId >
459
459
<artifactId >redis-om-spring</artifactId >
460
- <version >0.9.3-SNAPSHOT </version >
460
+ <version >0.9.3</version >
461
461
</path >
462
462
</annotationProcessorPaths >
463
463
</configuration >
@@ -504,7 +504,7 @@ repositories {
504
504
505
505
``` groovy
506
506
ext {
507
- redisOmVersion = '0.9.3-SNAPSHOT '
507
+ redisOmVersion = '0.9.3'
508
508
}
509
509
510
510
dependencies {
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.redis.om</groupId >
33
33
<artifactId >redis-om-spring</artifactId >
34
- <version >0.9.3-SNAPSHOT </version >
34
+ <version >0.9.3</version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >org.springframework.boot</groupId >
141
141
<path >
142
142
<groupId >com.redis.om</groupId >
143
143
<artifactId >redis-om-spring</artifactId >
144
- <version >0.9.3-SNAPSHOT </version >
144
+ <version >0.9.3</version >
145
145
</path >
146
146
</annotationProcessorPaths >
147
147
</configuration >
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.9.3-SNAPSHOT </version >
33
+ <version >0.9.3</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.9.3-SNAPSHOT </version >
37
+ <version >0.9.3</version >
38
38
</dependency >
39
39
40
40
<dependency >
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.9.3-SNAPSHOT </version >
33
+ <version >0.9.3</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.redis.om</groupId >
8
8
<artifactId >redis-om-spring-parent</artifactId >
9
- <version >0.9.3-SNAPSHOT </version >
9
+ <version >0.9.3</version >
10
10
<name >redis-om-spring-parent</name >
11
11
<packaging >pom</packaging >
12
12
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.9.3-SNAPSHOT </version >
10
+ <version >0.9.3</version >
11
11
<packaging >jar</packaging >
12
12
13
13
<name >redis-om-spring</name >
Original file line number Diff line number Diff line change 12
12
prefix = "redis.om.spring" , ignoreInvalidFields = true
13
13
)
14
14
public class RedisOMProperties {
15
- public static final String ROMS_VERSION = "0.9.3-SNAPSHOT " ;
15
+ public static final String ROMS_VERSION = "0.9.3" ;
16
16
public static final int MAX_SEARCH_RESULTS = 10000 ;
17
17
public static final double DEFAULT_DISTANCE = 0.0005 ;
18
18
public static final Metrics DEFAULT_DISTANCE_METRIC = Metrics .MILES ;
You can’t perform that action at this time.
0 commit comments