Skip to content

Commit 9a1a74e

Browse files
[maven-release-plugin] prepare release r2dbc-mysql-1.1.3
1 parent 48b5ed3 commit 9a1a74e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

r2dbc-mysql/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<groupId>io.asyncer</groupId>
2321
<artifactId>r2dbc-mysql</artifactId>
24-
<version>1.1.3-SNAPSHOT</version>
22+
<version>1.1.3</version>
2523

2624
<name>Reactive Relational Database Connectivity - MySQL</name>
2725
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
@@ -63,7 +61,7 @@
6361
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
6462
<developerConnection>scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection>
6563
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
66-
<tag>HEAD</tag>
64+
<tag>r2dbc-mysql-1.1.3</tag>
6765
</scm>
6866

6967
<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.1.3-SNAPSHOT</version>
8+
<version>1.1.4-SNAPSHOT</version>
99

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

0 commit comments

Comments
 (0)