Skip to content

Commit bc227f1

Browse files
authored
Prepare Next Release (#284)
Motivation: Will introduce breaking change. Modification: Set Version 1.3.0 Result: Version 1.3.0
1 parent 102c99a commit bc227f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Refer to the table below to determine the appropriate version of r2dbc-mysql for
1414

1515
| spring-boot-starter-data-r2dbc | spring-data-r2dbc | r2dbc-spi | r2dbc-mysql(recommended) |
1616
|--------------------------------|-------------------|---------------|------------------------------|
17-
| 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.1.0 |
17+
| 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.2.0 |
1818
| 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.7 |
1919
| 2.6.* and below | 1.4.* and below | 0.8.6.RELEASE | dev.miku:r2dbc-mysql:0.8.2 |
2020

@@ -61,7 +61,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
6161
<dependency>
6262
<groupId>io.asyncer</groupId>
6363
<artifactId>r2dbc-mysql</artifactId>
64-
<version>1.1.0</version>
64+
<version>1.2.0</version>
6565
</dependency>
6666
```
6767

@@ -71,7 +71,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
7171

7272
```groovy
7373
dependencies {
74-
implementation 'io.asyncer:r2dbc-mysql:1.1.0'
74+
implementation 'io.asyncer:r2dbc-mysql:1.2.0'
7575
}
7676
```
7777

@@ -80,7 +80,7 @@ dependencies {
8080
```kotlin
8181
dependencies {
8282
// Maybe should to use `compile` instead of `implementation` on the lower version of Gradle.
83-
implementation("io.asyncer:r2dbc-mysql:1.1.0")
83+
implementation("io.asyncer:r2dbc-mysql:1.2.0")
8484
}
8585
```
8686

r2dbc-mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.asyncer</groupId>
2121
<artifactId>r2dbc-mysql</artifactId>
22-
<version>1.2.1-SNAPSHOT</version>
22+
<version>1.3.0-SNAPSHOT</version>
2323

2424
<name>Reactive Relational Database Connectivity - MySQL</name>
2525
<url>https://github.com/asyncer-io/r2dbc-mysql</url>

test-native-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.asyncer</groupId>
77
<artifactId>test-native-image</artifactId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.3.0-SNAPSHOT</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)