File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
~ limitations under the License.
15
15
-->
16
16
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" >
19
18
20
19
<modelVersion >4.0.0</modelVersion >
21
20
22
21
<groupId >io.asyncer</groupId >
23
22
<artifactId >r2dbc-mysql</artifactId >
24
- <version >1.0.0-SNAPSHOT </version >
23
+ <version >1.0.0</version >
25
24
<packaging >jar</packaging >
26
25
27
26
<name >Reactive Relational Database Connectivity - MySQL</name >
52
51
<connection >scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection >
53
52
<
developerConnection >scm:git:ssh://
[email protected] /asyncer-io/r2dbc-mysql.git</
developerConnection >
54
53
<url >https://github.com/asyncer-io/r2dbc-mysql</url >
55
- <tag >HEAD </tag >
54
+ <tag >r2dbc-mysql-1.0.0 </tag >
56
55
</scm >
57
56
58
57
<properties >
433
432
<executable >java</executable >
434
433
<arguments >
435
434
<argument >-classpath</argument >
436
- <classpath />
435
+ <classpath />
437
436
<argument >org.openjdk.jmh.Main</argument >
438
437
<argument >.*</argument >
439
438
</arguments >
You can’t perform that action at this time.
0 commit comments