Skip to content

Commit 0773537

Browse files
committed
spring-projects#416 - Polishing.
Convert spaces to tabs.
1 parent 7072980 commit 0773537

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

jdbc/r2dbc/pom.xml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

4-
<modelVersion>4.0.0</modelVersion>
4+
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>org.springframework.data.examples</groupId>
8-
<artifactId>spring-data-jdbc-examples</artifactId>
9-
<version>2.0.0.BUILD-SNAPSHOT</version>
10-
</parent>
6+
<parent>
7+
<groupId>org.springframework.data.examples</groupId>
8+
<artifactId>spring-data-jdbc-examples</artifactId>
9+
<version>2.0.0.BUILD-SNAPSHOT</version>
10+
</parent>
1111

12-
<artifactId>spring-data-r2dbc</artifactId>
12+
<artifactId>spring-data-r2dbc</artifactId>
1313

14-
<name>Spring Data JDBC - Demonstrating reactive repositories with R2DBC</name>
15-
16-
<properties>
17-
<reactor-bom.version>Californium-BUILD-SNAPSHOT</reactor-bom.version>
18-
</properties>
14+
<name>Spring Data JDBC - Demonstrating reactive repositories with R2DBC</name>
1915

20-
<dependencies>
16+
<properties>
17+
<reactor-bom.version>Californium-BUILD-SNAPSHOT</reactor-bom.version>
18+
</properties>
2119

22-
<dependency>
23-
<groupId>org.springframework.data</groupId>
24-
<artifactId>spring-data-jdbc</artifactId>
25-
<version>1.0.0.r2dbc-SNAPSHOT</version>
26-
</dependency>
20+
<dependencies>
2721

28-
<dependency>
29-
<groupId>io.r2dbc</groupId>
30-
<artifactId>r2dbc-spi</artifactId>
31-
<version>1.0.0.BUILD-SNAPSHOT</version>
32-
</dependency>
22+
<dependency>
23+
<groupId>org.springframework.data</groupId>
24+
<artifactId>spring-data-jdbc</artifactId>
25+
<version>1.0.0.r2dbc-SNAPSHOT</version>
26+
</dependency>
3327

34-
<dependency>
35-
<groupId>io.projectreactor</groupId>
36-
<artifactId>reactor-core</artifactId>
37-
</dependency>
28+
<dependency>
29+
<groupId>io.r2dbc</groupId>
30+
<artifactId>r2dbc-spi</artifactId>
31+
<version>1.0.0.BUILD-SNAPSHOT</version>
32+
</dependency>
3833

39-
<dependency>
40-
<groupId>io.r2dbc</groupId>
41-
<artifactId>r2dbc-postgresql</artifactId>
42-
<version>1.0.0.BUILD-SNAPSHOT</version>
43-
<scope>test</scope>
44-
</dependency>
34+
<dependency>
35+
<groupId>io.projectreactor</groupId>
36+
<artifactId>reactor-core</artifactId>
37+
</dependency>
4538

46-
<dependency>
47-
<groupId>io.projectreactor</groupId>
48-
<artifactId>reactor-test</artifactId>
49-
<scope>test</scope>
50-
</dependency>
39+
<dependency>
40+
<groupId>io.r2dbc</groupId>
41+
<artifactId>r2dbc-postgresql</artifactId>
42+
<version>1.0.0.BUILD-SNAPSHOT</version>
43+
<scope>test</scope>
44+
</dependency>
5145

52-
<dependency>
53-
<groupId>io.projectreactor.ipc</groupId>
54-
<artifactId>reactor-netty</artifactId>
55-
<version>0.7.7.RELEASE</version>
56-
<scope>test</scope>
57-
</dependency>
46+
<dependency>
47+
<groupId>io.projectreactor</groupId>
48+
<artifactId>reactor-test</artifactId>
49+
<scope>test</scope>
50+
</dependency>
5851

59-
<dependency>
60-
<groupId>io.projectreactor.addons</groupId>
61-
<artifactId>reactor-extra</artifactId>
62-
</dependency>
52+
<dependency>
53+
<groupId>io.projectreactor.ipc</groupId>
54+
<artifactId>reactor-netty</artifactId>
55+
<version>0.7.7.RELEASE</version>
56+
<scope>test</scope>
57+
</dependency>
6358

64-
</dependencies>
59+
<dependency>
60+
<groupId>io.projectreactor.addons</groupId>
61+
<artifactId>reactor-extra</artifactId>
62+
</dependency>
63+
64+
</dependencies>
6565
</project>

0 commit comments

Comments
 (0)