Skip to content

Commit

Permalink
[maven-release-plugin] prepare release r2dbc-mysql-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncer-io-bot committed Feb 27, 2024
1 parent 04f6221 commit c41c5ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions r2dbc-mysql/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>

<name>Reactive Relational Database Connectivity - MySQL</name>
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
Expand Down Expand Up @@ -40,7 +38,7 @@
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
<developerConnection>scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection>
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
<tag>HEAD</tag>
<tag>r2dbc-mysql-1.1.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit c41c5ef

Please sign in to comment.