|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 5 |
|
4 | 6 | <modelVersion>4.0.0</modelVersion>
|
5 | 7 |
|
|
30 | 32 | <postgresql.version>42.2.5</postgresql.version>
|
31 | 33 | <mysql.version>5.1.47</mysql.version>
|
32 | 34 | <jasync.version>1.0.6</jasync.version>
|
33 |
| - <r2dbc-mysql.version>0.8.0.RC2</r2dbc-mysql.version> |
34 |
| - <r2dbc-spi-test.version>0.8.0.RC2</r2dbc-spi-test.version> |
| 35 | + <r2dbc-spi-test.version>0.8.0.RELEASE</r2dbc-spi-test.version> |
35 | 36 | <mssql-jdbc.version>7.1.2.jre8-preview</mssql-jdbc.version>
|
36 |
| - <r2dbc-releasetrain.version>Arabba-RC2</r2dbc-releasetrain.version> |
| 37 | + <r2dbc-releasetrain.version>Arabba-BUILD-SNAPSHOT</r2dbc-releasetrain.version> |
37 | 38 | <reactive-streams.version>1.0.3</reactive-streams.version>
|
38 |
| - <netty>4.1.42.Final</netty> |
| 39 | + <netty>4.1.43.Final</netty> |
39 | 40 | </properties>
|
40 | 41 |
|
41 | 42 | <inceptionYear>2018</inceptionYear>
|
|
232 | 233 | <dependency>
|
233 | 234 | <groupId>dev.miku</groupId>
|
234 | 235 | <artifactId>r2dbc-mysql</artifactId>
|
235 |
| - <version>${r2dbc-mysql.version}</version> |
236 | 236 | <scope>test</scope>
|
237 | 237 | </dependency>
|
238 | 238 |
|
|
407 | 407 | <id>spring-libs-snapshot</id>
|
408 | 408 | <url>https://repo.spring.io/libs-snapshot</url>
|
409 | 409 | </repository>
|
| 410 | + <repository> |
| 411 | + <id>oss-sonatype-snapshots</id> |
| 412 | + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 413 | + <snapshots> |
| 414 | + <enabled>true</enabled> |
| 415 | + </snapshots> |
| 416 | + </repository> |
410 | 417 | </repositories>
|
411 | 418 |
|
412 | 419 | <pluginRepositories>
|
|
0 commit comments