Set Samples Parent & Getting Started Maven POM SBDG version to 1.3.6.BUILD-SNAPSHOT.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.geode</groupId>
|
<groupId>org.springframework.geode</groupId>
|
||||||
<artifactId>spring-geode-samples-parent</artifactId>
|
<artifactId>spring-geode-samples-parent</artifactId>
|
||||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
<version>1.3.6.BUILD-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>2.3.5.RELEASE</version>
|
<version>2.3.6.RELEASE</version>
|
||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.springframework.geode</groupId>
|
<groupId>org.springframework.geode</groupId>
|
||||||
<artifactId>spring-geode-samples-parent</artifactId>
|
<artifactId>spring-geode-samples-parent</artifactId>
|
||||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
<version>1.3.6.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Spring Geode Samples Parent</name>
|
<name>Spring Geode Samples Parent</name>
|
||||||
@@ -42,19 +42,19 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.geode</groupId>
|
<groupId>org.springframework.geode</groupId>
|
||||||
<artifactId>spring-geode-starter</artifactId>
|
<artifactId>spring-geode-starter</artifactId>
|
||||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
<version>1.3.6.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.geode</groupId>
|
<groupId>org.springframework.geode</groupId>
|
||||||
<artifactId>spring-geode-starter-logging</artifactId>
|
<artifactId>spring-geode-starter-logging</artifactId>
|
||||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
<version>1.3.6.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.geode</groupId>
|
<groupId>org.springframework.geode</groupId>
|
||||||
<artifactId>spring-geode-starter-test</artifactId>
|
<artifactId>spring-geode-starter-test</artifactId>
|
||||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
<version>1.3.6.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user