File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments