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 c41c5ef commit 24f188fCopy full SHA for 24f188f
r2dbc-mysql/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.asyncer</groupId>
6
<artifactId>r2dbc-mysql</artifactId>
7
- <version>1.1.2</version>
+ <version>1.1.3-SNAPSHOT</version>
8
9
<name>Reactive Relational Database Connectivity - MySQL</name>
10
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
@@ -38,7 +38,7 @@
38
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
39
<developerConnection>scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection>
40
41
- <tag>r2dbc-mysql-1.1.2</tag>
+ <tag>HEAD</tag>
42
</scm>
43
44
<properties>
0 commit comments