We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ff20b commit efed559Copy full SHA for efed559
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.asyncer</groupId>
22
<artifactId>r2dbc-mysql</artifactId>
23
- <version>0.9.7-SNAPSHOT</version>
+ <version>0.9.7</version>
24
<packaging>jar</packaging>
25
26
<name>Reactive Relational Database Connectivity - MySQL</name>
@@ -55,7 +55,7 @@
55
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
56
<developerConnection>scm:git:ssh://[email protected]/asyncer-io/r2dbc-mysql.git</developerConnection>
57
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
58
- <tag>HEAD</tag>
+ <tag>r2dbc-mysql-0.9.7</tag>
59
</scm>
60
61
<properties>
0 commit comments