We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5474bf2 commit cdcfc77Copy full SHA for cdcfc77
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.asyncer</groupId>
22
<artifactId>r2dbc-mysql</artifactId>
23
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</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-1.1.1</tag>
59
</scm>
60
61
<properties>
0 commit comments