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 124a8d8 commit e8fd8e0Copy full SHA for e8fd8e0
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.asyncer</groupId>
22
<artifactId>r2dbc-mysql</artifactId>
23
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</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.0.3</tag>
59
</scm>
60
61
<properties>
0 commit comments