Skip to content

Commit 24b6694

Browse files
committed
release: 0.8.0
1 parent 196da88 commit 24b6694

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,11 @@ repositories {
323323
### Dependency
324324
```groovy
325325
ext {
326-
redisOmVersion = '0.8.0-SNAPSHOT'
326+
redisOmVersion = '0.8.1-SNAPSHOT'
327327
}
328328
329329
dependencies {
330-
implementation: "com.redis.om:redis-om-spring:$redisOmVersion"
331-
}
330+
implementation: "com.redis.om:redis-om-spring:$redisOmVersion"
332331
}
333332
```
334333

demos/roms-documents/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.redis.om</groupId>
3232
<artifactId>redis-om-spring</artifactId>
33-
<version>0.8.0-SNAPSHOT</version>
33+
<version>0.8.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>

demos/roms-hashes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.redis.om</groupId>
3232
<artifactId>redis-om-spring</artifactId>
33-
<version>0.8.0-SNAPSHOT</version>
33+
<version>0.8.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>

demos/roms-permits/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.redis.om</groupId>
3636
<artifactId>redis-om-spring</artifactId>
37-
<version>0.8.0-SNAPSHOT</version>
37+
<version>0.8.0</version>
3838
</dependency>
3939

4040
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.redis.om</groupId>
77
<artifactId>redis-om-spring-parent</artifactId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<name>redis-om-spring-parent</name>
1010
<packaging>pom</packaging>
1111

redis-om-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.redis.om</groupId>
99
<artifactId>redis-om-spring</artifactId>
10-
<version>0.8.0-SNAPSHOT</version>
10+
<version>0.8.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>redis-om-spring</name>

0 commit comments

Comments
 (0)