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 @@ -407,7 +407,7 @@ inherited from the parent poms):
407
407
<path >
408
408
<groupId >com.redis.om</groupId >
409
409
<artifactId >redis-om-spring</artifactId >
410
- <version >0.8.8-SNAPSHOT </version >
410
+ <version >0.8.8</version >
411
411
</path >
412
412
</annotationProcessorPaths >
413
413
</configuration >
@@ -453,7 +453,7 @@ repositories {
453
453
### Dependency
454
454
``` groovy
455
455
ext {
456
- redisOmVersion = '0.8.8-SNAPSHOT '
456
+ redisOmVersion = '0.8.8'
457
457
}
458
458
459
459
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.8.8-SNAPSHOT </version >
34
+ <version >0.8.8</version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >org.springframework.boot</groupId >
147
147
<path >
148
148
<groupId >com.redis.om</groupId >
149
149
<artifactId >redis-om-spring</artifactId >
150
- <version >0.8.8-SNAPSHOT </version >
150
+ <version >0.8.8</version >
151
151
</path >
152
152
</annotationProcessorPaths >
153
153
</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.8.8-SNAPSHOT </version >
33
+ <version >0.8.8</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.8.8-SNAPSHOT </version >
37
+ <version >0.8.8</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.8.8-SNAPSHOT </version >
33
+ <version >0.8.8</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.8.8-SNAPSHOT </version >
9
+ <version >0.8.8</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.8.8-SNAPSHOT </version >
10
+ <version >0.8.8</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