Updated samples to boot 3.2

Removed versions for test containers.  This is now managed by Boot
Updated samples to be version 3.1.
This commit is contained in:
Glenn Renfro
2023-06-15 09:41:17 -04:00
parent c78d09f343
commit cd54b77c6f
17 changed files with 30 additions and 69 deletions

View File

@@ -5,7 +5,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>multiple-datasources</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<description>To show users how to enable a task with a multiple DataSources.
</description>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.7</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath />
</parent>