Upgrade the Spring Geode Samples parent Maven POM to Spring Boot 2.5.10 and SBDG 1.5.10-SNAPSHOT.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.geode</groupId>
|
||||
<artifactId>spring-geode-samples-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.10-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.5.9</version>
|
||||
<version>2.5.10</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.geode</groupId>
|
||||
<artifactId>spring-geode-samples-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.10-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Spring Geode Samples Parent</name>
|
||||
@@ -42,19 +42,19 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.geode</groupId>
|
||||
<artifactId>spring-geode-starter</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.10-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.geode</groupId>
|
||||
<artifactId>spring-geode-starter-logging</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.10-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.geode</groupId>
|
||||
<artifactId>spring-geode-starter-test</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.10-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user