fix spring3 client (#13625)

This commit is contained in:
William Cheng 2022-10-07 20:54:55 +08:00 committed by GitHub
parent 0b0e3f7d16
commit 038fe790dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -3,15 +3,15 @@ on:
push:
paths:
# clients
- samples/openapi3/client/petstore/spring-cloud-3
- samples/openapi3/client/petstore/spring-cloud-3/**
# servers
- samples/openapi3/server/petstore/springboot-3
- samples/openapi3/server/petstore/springboot-3/**
pull_request:
paths:
# clients
- samples/openapi3/client/petstore/spring-cloud-3
- samples/openapi3/client/petstore/spring-cloud-3/**
# servers
- samples/openapi3/server/petstore/springboot-3
- samples/openapi3/server/petstore/springboot-3/**
jobs:
build:
name: Build with JDK17

View File

@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
{{/parentOverridden}}
@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>2022.0.0-M2</version>
<version>2022.0.0-M3</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>2022.0.0-M2</version>
<version>2022.0.0-M3</version>
<type>pom</type>
<scope>import</scope>
</dependency>