Skip to content

Commit 08eca06

Browse files
committed
release: v0.9.2
1 parent c4de53d commit 08eca06

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
@@ -436,7 +436,7 @@ inherited from the parent poms):
436436
<path>
437437
<groupId>com.redis.om</groupId>
438438
<artifactId>redis-om-spring</artifactId>
439-
<version>0.9.2-SNAPSHOT</version>
439+
<version>0.9.2</version>
440440
</path>
441441
</annotationProcessorPaths>
442442
</configuration>
@@ -483,7 +483,7 @@ repositories {
483483

484484
```groovy
485485
ext {
486-
redisOmVersion = '0.9.2-SNAPSHOT'
486+
redisOmVersion = '0.9.2'
487487
}
488488
489489
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.9.2-SNAPSHOT</version>
34+
<version>0.9.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>
@@ -141,7 +141,7 @@
141141
<path>
142142
<groupId>com.redis.om</groupId>
143143
<artifactId>redis-om-spring</artifactId>
144-
<version>0.9.2-SNAPSHOT</version>
144+
<version>0.9.2</version>
145145
</path>
146146
</annotationProcessorPaths>
147147
</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.9.2-SNAPSHOT</version>
33+
<version>0.9.2</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.9.2-SNAPSHOT</version>
37+
<version>0.9.2</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.9.2-SNAPSHOT</version>
33+
<version>0.9.2</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.9.2-SNAPSHOT</version>
9+
<version>0.9.2</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.9.2-SNAPSHOT</version>
10+
<version>0.9.2</version>
1111
<packaging>jar</packaging>
1212

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

0 commit comments

Comments
 (0)