Skip to content

Commit ce61b1b

Browse files
committed
Prepare the Spring Data for Apache Geode 3.0 branch.
Upgrade to Spring Data Build (parent) Maven POM 3.0.0-SNAPSHOT. Set version to 3.0.0-SNAPSHOT. Resolves spring-projectsgh-538.
1 parent a460b42 commit ce61b1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.6.0-SNAPSHOT</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-geode-parent</artifactId>
14-
<version>2.6.0-SNAPSHOT</version>
14+
<version>3.0.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Spring Data for Apache Geode Parent</name>

spring-data-geode-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data</groupId>
1010
<artifactId>spring-data-geode-parent</artifactId>
11-
<version>2.6.0-SNAPSHOT</version>
11+
<version>3.0.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>spring-data-geode-distribution</artifactId>

spring-data-geode/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data</groupId>
1010
<artifactId>spring-data-geode-parent</artifactId>
11-
<version>2.6.0-SNAPSHOT</version>
11+
<version>3.0.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>spring-data-geode</artifactId>

0 commit comments

Comments
 (0)