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.1-SNAPSHOT </version >
23+ <version >1.0.1</version >
2524 <packaging >jar</packaging >
2625
2726 <name >Reactive Relational Database Connectivity - MySQL</name >
5655 <connection >scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection >
5756 <
developerConnection >scm:git:ssh://
[email protected] /asyncer-io/r2dbc-mysql.git</
developerConnection >
5857 <url >https://github.com/asyncer-io/r2dbc-mysql</url >
59- <tag >HEAD </tag >
58+ <tag >r2dbc-mysql-1.0.1 </tag >
6059 </scm >
6160
6261 <properties >
436435 <executable >java</executable >
437436 <arguments >
438437 <argument >-classpath</argument >
439- <classpath />
438+ <classpath />
440439 <argument >org.openjdk.jmh.Main</argument >
441440 <argument >.*</argument >
442441 </arguments >
You can’t perform that action at this time.
0 commit comments