Skip to content

Commit 49f7a3b

Browse files
committed
Set Spring Geode Samples Maven POM to Spring Boot 2.5.14-SNAPSHOT and SBDG 1.5.14-SNAPSHOT.
1 parent 0ec3335 commit 49f7a3b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-geode-samples/intro/getting-started/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.geode</groupId>
1010
<artifactId>spring-geode-samples-parent</artifactId>
11-
<version>1.5.13-SNAPSHOT</version>
11+
<version>1.5.14-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

spring-geode-samples/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.5.13</version>
11+
<version>2.5.14-SNAPSHOT</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

1515
<groupId>org.springframework.geode</groupId>
1616
<artifactId>spring-geode-samples-parent</artifactId>
17-
<version>1.5.13-SNAPSHOT</version>
17+
<version>1.5.14-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919

2020
<name>Spring Geode Samples Parent</name>
@@ -42,19 +42,19 @@
4242
<dependency>
4343
<groupId>org.springframework.geode</groupId>
4444
<artifactId>spring-geode-starter</artifactId>
45-
<version>1.5.13-SNAPSHOT</version>
45+
<version>1.5.14-SNAPSHOT</version>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>org.springframework.geode</groupId>
5050
<artifactId>spring-geode-starter-logging</artifactId>
51-
<version>1.5.13-SNAPSHOT</version>
51+
<version>1.5.14-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>org.springframework.geode</groupId>
5656
<artifactId>spring-geode-starter-test</artifactId>
57-
<version>1.5.13-SNAPSHOT</version>
57+
<version>1.5.14-SNAPSHOT</version>
5858
</dependency>
5959

6060
</dependencies>

0 commit comments

Comments
 (0)