File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ inherited from the parent poms):
436
436
<path >
437
437
<groupId >com.redis.om</groupId >
438
438
<artifactId >redis-om-spring</artifactId >
439
- <version >0.9.2-SNAPSHOT </version >
439
+ <version >0.9.2</version >
440
440
</path >
441
441
</annotationProcessorPaths >
442
442
</configuration >
@@ -483,7 +483,7 @@ repositories {
483
483
484
484
``` groovy
485
485
ext {
486
- redisOmVersion = '0.9.2-SNAPSHOT '
486
+ redisOmVersion = '0.9.2'
487
487
}
488
488
489
489
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.2-SNAPSHOT </version >
34
+ <version >0.9.2</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.2-SNAPSHOT </version >
144
+ <version >0.9.2</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.2-SNAPSHOT </version >
33
+ <version >0.9.2</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.2-SNAPSHOT </version >
37
+ <version >0.9.2</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.2-SNAPSHOT </version >
33
+ <version >0.9.2</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.2-SNAPSHOT </version >
9
+ <version >0.9.2</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.2-SNAPSHOT </version >
10
+ <version >0.9.2</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