Skip to content

Commit cceb8bc

Browse files
[maven-release-plugin] prepare release r2dbc-mysql-1.4.0
1 parent 33b258a commit cceb8bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

r2dbc-mysql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.asyncer</groupId>
2121
<artifactId>r2dbc-mysql</artifactId>
22-
<version>1.4.0-SNAPSHOT</version>
22+
<version>1.4.0</version>
2323

2424
<name>Reactive Relational Database Connectivity - MySQL</name>
2525
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
@@ -61,7 +61,7 @@
6161
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
6262
<developerConnection>scm:git:ssh://[email protected]/asyncer-io/r2dbc-mysql.git</developerConnection>
6363
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
64-
<tag>HEAD</tag>
64+
<tag>r2dbc-mysql-1.4.0</tag>
6565
</scm>
6666

6767
<properties>

test-native-image/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.asyncer</groupId>
77
<artifactId>test-native-image</artifactId>
8-
<version>1.4.0-SNAPSHOT</version>
8+
<version>1.4.1-SNAPSHOT</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)