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 >0.9.2-SNAPSHOT </version >
23
+ <version >0.9.2</version >
25
24
<packaging >jar</packaging >
26
25
27
26
<name >Reactive Relational Database Connectivity - MySQL</name >
56
55
<connection >scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection >
57
56
<developerConnection >scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection >
58
57
<url >https://github.com/asyncer-io/r2dbc-mysql</url >
59
- <tag >HEAD </tag >
58
+ <tag >r2dbc-mysql-0.9.2 </tag >
60
59
</scm >
61
60
62
61
<properties >
419
418
<executable >java</executable >
420
419
<arguments >
421
420
<argument >-classpath</argument >
422
- <classpath />
421
+ <classpath />
423
422
<argument >org.openjdk.jmh.Main</argument >
424
423
<argument >.*</argument >
425
424
</arguments >
You can’t perform that action at this time.
0 commit comments