Skip to content

Commit

Permalink
[maven-release-plugin] prepare release r2dbc-mysql-parent-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncer-io-bot committed Feb 26, 2024
1 parent 7a0a122 commit 4025a2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

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

<properties>
Expand Down
6 changes: 2 additions & 4 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>
<parent>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>r2dbc-mysql</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions test-native-image/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>
<parent>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>test-native-image</artifactId>
Expand Down

0 comments on commit 4025a2c

Please sign in to comment.