We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5e215 commit b585960Copy full SHA for b585960
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.asyncer</groupId>
22
<artifactId>r2dbc-mysql</artifactId>
23
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</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://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection>
57
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
58
- <tag>HEAD</tag>
+ <tag>r2dbc-mysql-1.1.0</tag>
59
</scm>
60
61
<properties>
0 commit comments