Skip to content

Commit 701e696

Browse files
committed
#242 - Build against R2DBC snapshots.
1 parent b7ea3e6 commit 701e696

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pom.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?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">
35

46
<modelVersion>4.0.0</modelVersion>
57

@@ -30,12 +32,11 @@
3032
<postgresql.version>42.2.5</postgresql.version>
3133
<mysql.version>5.1.47</mysql.version>
3234
<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>
3536
<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>
3738
<reactive-streams.version>1.0.3</reactive-streams.version>
38-
<netty>4.1.42.Final</netty>
39+
<netty>4.1.43.Final</netty>
3940
</properties>
4041

4142
<inceptionYear>2018</inceptionYear>
@@ -232,7 +233,6 @@
232233
<dependency>
233234
<groupId>dev.miku</groupId>
234235
<artifactId>r2dbc-mysql</artifactId>
235-
<version>${r2dbc-mysql.version}</version>
236236
<scope>test</scope>
237237
</dependency>
238238

@@ -407,6 +407,13 @@
407407
<id>spring-libs-snapshot</id>
408408
<url>https://repo.spring.io/libs-snapshot</url>
409409
</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>
410417
</repositories>
411418

412419
<pluginRepositories>

0 commit comments

Comments
 (0)