From 0679d17d651f3ee89f66656025f5b4d5bffff4e5 Mon Sep 17 00:00:00 2001 From: Brian Sam-Bodden Date: Tue, 14 May 2024 12:10:19 -0700 Subject: [PATCH] release: version 0.9.1 --- demos/roms-hashes/pom.xml | 12 ++++++------ demos/roms-permits/pom.xml | 10 +++++----- demos/roms-vss/pom.xml | 14 +++++++------- pom.xml | 8 ++++---- redis-om-spring/pom.xml | 22 ++++++++++++---------- 5 files changed, 34 insertions(+), 32 deletions(-) diff --git a/demos/roms-hashes/pom.xml b/demos/roms-hashes/pom.xml index adda67cd..a2addfed 100644 --- a/demos/roms-hashes/pom.xml +++ b/demos/roms-hashes/pom.xml @@ -1,13 +1,13 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent 3.2.5 - + com.redis.om @@ -30,7 +30,7 @@ com.redis.om redis-om-spring - 0.9.1-SNAPSHOT + 0.9.1 org.springframework.boot @@ -50,7 +50,7 @@ org.springframework.boot spring-boot-starter-test - test + test diff --git a/demos/roms-permits/pom.xml b/demos/roms-permits/pom.xml index 9fef8842..4322556c 100644 --- a/demos/roms-permits/pom.xml +++ b/demos/roms-permits/pom.xml @@ -1,13 +1,13 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent 3.2.5 - + com.redis.om @@ -34,7 +34,7 @@ com.redis.om redis-om-spring - 0.9.1-SNAPSHOT + 0.9.1 diff --git a/demos/roms-vss/pom.xml b/demos/roms-vss/pom.xml index 4554e300..d5c9c218 100644 --- a/demos/roms-vss/pom.xml +++ b/demos/roms-vss/pom.xml @@ -1,13 +1,13 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent 3.2.5 - + com.redis.om @@ -30,7 +30,7 @@ com.redis.om redis-om-spring - 0.9.1-SNAPSHOT + 0.9.1 org.springframework.boot @@ -91,8 +91,8 @@ org.springframework.boot spring-boot-starter-test - 3.2.0 - test + 3.2.0 + test diff --git a/pom.xml b/pom.xml index 75b4eacd..39981c49 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 com.redis.om redis-om-spring-parent - 0.9.1-SNAPSHOT + 0.9.1 redis-om-spring-parent pom diff --git a/redis-om-spring/pom.xml b/redis-om-spring/pom.xml index 18f67597..b0ffce7e 100644 --- a/redis-om-spring/pom.xml +++ b/redis-om-spring/pom.xml @@ -1,17 +1,19 @@ - + 4.0.0 com.redis.om redis-om-spring - 0.9.1-SNAPSHOT + 0.9.1 jar redis-om-spring - Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework. + Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the + powerful Spring Data Redis (SDR) framework. + https://github.com/redis/redis-om-spring @@ -264,11 +266,11 @@ ${testcontainers.junit.jupiter} test - - com.fasterxml.jackson.core - jackson-databind - test - + + com.fasterxml.jackson.core + jackson-databind + test +