Skip to content

Commit 7592eb2

Browse files
committed
release: version 0.8.8
1 parent 238f138 commit 7592eb2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ inherited from the parent poms):
407407
<path>
408408
<groupId>com.redis.om</groupId>
409409
<artifactId>redis-om-spring</artifactId>
410-
<version>0.8.8-SNAPSHOT</version>
410+
<version>0.8.8</version>
411411
</path>
412412
</annotationProcessorPaths>
413413
</configuration>
@@ -453,7 +453,7 @@ repositories {
453453
### Dependency
454454
```groovy
455455
ext {
456-
redisOmVersion = '0.8.8-SNAPSHOT'
456+
redisOmVersion = '0.8.8'
457457
}
458458
459459
dependencies {

demos/roms-documents/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.redis.om</groupId>
3333
<artifactId>redis-om-spring</artifactId>
34-
<version>0.8.8-SNAPSHOT</version>
34+
<version>0.8.8</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>
@@ -147,7 +147,7 @@
147147
<path>
148148
<groupId>com.redis.om</groupId>
149149
<artifactId>redis-om-spring</artifactId>
150-
<version>0.8.8-SNAPSHOT</version>
150+
<version>0.8.8</version>
151151
</path>
152152
</annotationProcessorPaths>
153153
</configuration>

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.8-SNAPSHOT</version>
33+
<version>0.8.8</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.8-SNAPSHOT</version>
37+
<version>0.8.8</version>
3838
</dependency>
3939

4040
<dependency>

demos/roms-vss/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.8-SNAPSHOT</version>
33+
<version>0.8.8</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.redis.om</groupId>
88
<artifactId>redis-om-spring-parent</artifactId>
9-
<version>0.8.8-SNAPSHOT</version>
9+
<version>0.8.8</version>
1010
<name>redis-om-spring-parent</name>
1111
<packaging>pom</packaging>
1212

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.8-SNAPSHOT</version>
10+
<version>0.8.8</version>
1111
<packaging>jar</packaging>
1212

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

0 commit comments

Comments
 (0)