File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 14
14
~ See the License for the specific language governing permissions and
15
15
~ limitations under the License.
16
16
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
18
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- 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" >
20
18
<modelVersion >4.0.0</modelVersion >
21
19
22
20
<groupId >io.asyncer</groupId >
23
21
<artifactId >r2dbc-mysql</artifactId >
24
- <version >1.1.3-SNAPSHOT </version >
22
+ <version >1.1.3</version >
25
23
26
24
<name >Reactive Relational Database Connectivity - MySQL</name >
27
25
<url >https://github.com/asyncer-io/r2dbc-mysql</url >
63
61
<connection >scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection >
64
62
<developerConnection >scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git</developerConnection >
65
63
<url >https://github.com/asyncer-io/r2dbc-mysql</url >
66
- <tag >HEAD </tag >
64
+ <tag >r2dbc-mysql-1.1.3 </tag >
67
65
</scm >
68
66
69
67
<properties >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.asyncer</groupId >
7
7
<artifactId >test-native-image</artifactId >
8
- <version >1.1.3 -SNAPSHOT</version >
8
+ <version >1.1.4 -SNAPSHOT</version >
9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments