From c7d6df924e7526e02c74630f5878f6e022042dcf Mon Sep 17 00:00:00 2001 From: Guillaume Le Cousin Date: Sun, 8 May 2022 07:17:33 +0200 Subject: [PATCH] v0.10.1 --- README.md | 18 +++++++++--------- core/pom.xml | 2 +- h2/pom.xml | 2 +- jacoco-report-aggregate/pom.xml | 2 +- mysql/pom.xml | 2 +- pom.xml | 2 +- postgres/pom.xml | 2 +- test-junit-5/pom.xml | 2 +- test-spring-boot/pom.xml | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index fc7d1cb..4dde7ab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lc-spring-data-r2dbc   -   +  
  @@ -48,7 +48,7 @@ Features are detailed with examples in the [wiki section](https://github.com/lec Spring Boot org.springframework.boot spring-boot-starter-data-r2dbc - 2.6.6 + 2.6.7 @@ -101,13 +101,13 @@ Maven net.lecousin.reactive-data-relational h2 - 0.10.0 + 0.10.1 ``` Gradle ```groovy -implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.10.0' +implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.10.1' ``` ### Postgres @@ -117,13 +117,13 @@ Maven net.lecousin.reactive-data-relational postgres - 0.10.0 + 0.10.1 ``` Gradle ```groovy -implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.10.0' +implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.10.1' ``` ### MySql @@ -133,13 +133,13 @@ Maven net.lecousin.reactive-data-relational mysql - 0.10.0 + 0.10.1 ``` Gradle ```groovy -implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.10.0' +implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.10.1' ``` ## Spring Boot configuration @@ -281,7 +281,7 @@ In order to make sure the initializer is launched before any test class is loade net.lecousin.reactive-data-relational test-junit-5 - 0.10.0 + 0.10.1 test ``` diff --git a/core/pom.xml b/core/pom.xml index 4abdeca..0df7151 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 core diff --git a/h2/pom.xml b/h2/pom.xml index 7942695..844a206 100644 --- a/h2/pom.xml +++ b/h2/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 h2 diff --git a/jacoco-report-aggregate/pom.xml b/jacoco-report-aggregate/pom.xml index 0d55da7..e039b52 100644 --- a/jacoco-report-aggregate/pom.xml +++ b/jacoco-report-aggregate/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 jacoco-report-aggregate pom diff --git a/mysql/pom.xml b/mysql/pom.xml index 817e93b..d139d8f 100644 --- a/mysql/pom.xml +++ b/mysql/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 mysql diff --git a/pom.xml b/pom.xml index 6ad6c4a..79e89b2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 pom net.lecousin.reactive-data-relational aka lc-spring-data-r2dbc diff --git a/postgres/pom.xml b/postgres/pom.xml index dbd2968..a506357 100644 --- a/postgres/pom.xml +++ b/postgres/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 postgres diff --git a/test-junit-5/pom.xml b/test-junit-5/pom.xml index b888907..6639ccf 100644 --- a/test-junit-5/pom.xml +++ b/test-junit-5/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 test-junit-5 diff --git a/test-spring-boot/pom.xml b/test-spring-boot/pom.xml index 33852b2..b8b2ee9 100644 --- a/test-spring-boot/pom.xml +++ b/test-spring-boot/pom.xml @@ -3,7 +3,7 @@ net.lecousin.reactive-data-relational parent - 0.10.0 + 0.10.1 test-spring-boot