We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44a527 commit a9eb00bCopy full SHA for a9eb00b
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.asyncer</groupId>
22
<artifactId>r2dbc-mysql</artifactId>
23
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.0</version>
24
<packaging>jar</packaging>
25
26
<name>Reactive Relational Database Connectivity - MySQL</name>
@@ -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
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
64
- <tag>HEAD</tag>
+ <tag>r2dbc-mysql-0.9.0</tag>
65
</scm>
66
67
<properties>
0 commit comments