Skip to content

Commit e502744

Browse files
committed
v0.8.1
1 parent ce8b166 commit e502744

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# lc-spring-data-r2dbc
22

33
[![Maven Central](https://img.shields.io/maven-central/v/net.lecousin.reactive-data-relational/core.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin.reactive-data-relational%22%20AND%20a%3A%22core%22)
4-
[![Javadoc](https://img.shields.io/badge/javadoc-0.8.0-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.reactive-data-relational/core/0.8.0)
4+
[![Javadoc](https://img.shields.io/badge/javadoc-0.8.1-brightgreen.svg)](https://www.javadoc.io/doc/net.lecousin.reactive-data-relational/core/0.8.1)
55
![Build status](https://github.com/lecousin/lc-spring-data-r2dbc/actions/workflows/maven.yml/badge.svg?branch=master)
66

77
[![Codecov](https://codecov.io/gh/lecousin/lc-spring-data-r2dbc/branch/master/graph/badge.svg)](https://codecov.io/gh/lecousin/lc-spring-data-r2dbc/branch/master)
@@ -65,13 +65,13 @@ Maven
6565
<dependency>
6666
<groupId>net.lecousin.reactive-data-relational</groupId>
6767
<artifactId>h2</artifactId>
68-
<version>0.8.0</version>
68+
<version>0.8.1</version>
6969
</dependency>
7070
```
7171

7272
Gradle
7373
```groovy
74-
implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.8.0'
74+
implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.8.1'
7575
```
7676

7777
### Postgres
@@ -81,13 +81,13 @@ Maven
8181
<dependency>
8282
<groupId>net.lecousin.reactive-data-relational</groupId>
8383
<artifactId>postgres</artifactId>
84-
<version>0.8.0</version>
84+
<version>0.8.1</version>
8585
</dependency>
8686
```
8787

8888
Gradle
8989
```groovy
90-
implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.8.0'
90+
implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.8.1'
9191
```
9292

9393
### MySql
@@ -97,13 +97,13 @@ Maven
9797
<dependency>
9898
<groupId>net.lecousin.reactive-data-relational</groupId>
9999
<artifactId>mysql</artifactId>
100-
<version>0.8.0</version>
100+
<version>0.8.1</version>
101101
</dependency>
102102
```
103103

104104
Gradle
105105
```groovy
106-
implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.8.0'
106+
implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.8.1'
107107
```
108108

109109
## Spring Boot configuration
@@ -249,7 +249,7 @@ In order to make sure the initializer is launched before any test class is loade
249249
<dependency>
250250
<groupId>net.lecousin.reactive-data-relational</groupId>
251251
<artifactId>test-junit-5</artifactId>
252-
<version>0.8.0</version>
252+
<version>0.8.1</version>
253253
<scope>test</scope>
254254
</dependency>
255255
```

0 commit comments

Comments
 (0)