Update Spring Boot build snapshot version.

Update Samples Maven POM spring-geode-starter version to use 1.3.5.BUILD-SNASPSHOT.
This commit is contained in:
John Blum
2020-10-28 15:39:21 -07:00
parent bf7e21e866
commit 2780777e19
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-samples-parent</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@@ -8,13 +8,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<version>2.3.5.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-samples-parent</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-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.3.4.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-starter-logging</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-starter-test</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>