Skip to content

Commit 8b4d338

Browse files
[maven-release-plugin] prepare release r2dbc-mysql-1.0.0
1 parent d5ed9b3 commit 8b4d338

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
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">
1918

2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<groupId>io.asyncer</groupId>
2322
<artifactId>r2dbc-mysql</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0</version>
2524
<packaging>jar</packaging>
2625

2726
<name>Reactive Relational Database Connectivity - MySQL</name>
@@ -52,7 +51,7 @@
5251
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
5352
<developerConnection>scm:git:ssh://[email protected]/asyncer-io/r2dbc-mysql.git</developerConnection>
5453
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
55-
<tag>HEAD</tag>
54+
<tag>r2dbc-mysql-1.0.0</tag>
5655
</scm>
5756

5857
<properties>
@@ -433,7 +432,7 @@
433432
<executable>java</executable>
434433
<arguments>
435434
<argument>-classpath</argument>
436-
<classpath/>
435+
<classpath />
437436
<argument>org.openjdk.jmh.Main</argument>
438437
<argument>.*</argument>
439438
</arguments>

0 commit comments

Comments
 (0)