We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8802269 commit bae7e03Copy full SHA for bae7e03
r2dbc-mysql/pom.xml
@@ -19,7 +19,7 @@
19
20
<groupId>io.asyncer</groupId>
21
<artifactId>r2dbc-mysql</artifactId>
22
- <version>1.4.1</version>
+ <version>1.4.2-SNAPSHOT</version>
23
24
<name>Reactive Relational Database Connectivity - MySQL</name>
25
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
@@ -61,7 +61,7 @@
61
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
62
<developerConnection>scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection>
63
64
- <tag>r2dbc-mysql-1.4.1</tag>
+ <tag>HEAD</tag>
65
</scm>
66
67
<properties>
0 commit comments