Skip to content

Commit a2327a0

Browse files
committed
#289 - Prepare issue branch.
1 parent 5a5a5fe commit a2327a0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: pom.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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

68
<groupId>org.springframework.data</groupId>
79
<artifactId>spring-data-r2dbc</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
10+
<version>1.1.0.gh-289-SNAPSHOT</version>
911

1012
<name>Spring Data R2DBC</name>
1113
<description>Spring Data module for R2DBC</description>
@@ -22,7 +24,7 @@
2224
<dist.key>DATAR2DBC</dist.key>
2325

2426
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
25-
<springdata.jdbc>2.0.0.BUILD-SNAPSHOT</springdata.jdbc>
27+
<springdata.jdbc>2.0.0.DATAJDBC-490-SNAPSHOT</springdata.jdbc>
2628
<springdata.relational>${springdata.jdbc}</springdata.relational>
2729
<java-module-name>spring.data.r2dbc</java-module-name>
2830
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

0 commit comments

Comments
 (0)