Skip to content

Commit 33428fe

Browse files
mp911deschauder
authored andcommitted
Prepare Spring Data 3.0 branch.
Closes #2463.
1 parent 3f44d26 commit 33428fe

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Diff for: pom.xml

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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-commons</artifactId>
8-
<version>2.7.0-SNAPSHOT</version>
10+
<version>3.0.0-SNAPSHOT</version>
911

1012
<name>Spring Data Core</name>
1113

1214
<parent>
1315
<groupId>org.springframework.data.build</groupId>
1416
<artifactId>spring-data-parent</artifactId>
15-
<version>2.7.0-SNAPSHOT</version>
17+
<version>3.0.0-SNAPSHOT</version>
1618
</parent>
1719

1820
<properties>
@@ -72,7 +74,14 @@
7274
<dependency>
7375
<groupId>javax.servlet</groupId>
7476
<artifactId>javax.servlet-api</artifactId>
75-
<version>4.0.1</version>
77+
<version>${servlet-api}</version>
78+
<scope>provided</scope>
79+
</dependency>
80+
81+
<dependency>
82+
<groupId>javax.xml.bind</groupId>
83+
<artifactId>jaxb-api</artifactId>
84+
<version>${jaxb}</version>
7685
<scope>provided</scope>
7786
</dependency>
7887

0 commit comments

Comments
 (0)