Skip to content

Commit 0fe079c

Browse files
authored
Downgrading samples back to SB 2.2 (spring-attic#2118)
1 parent cff9983 commit 0fe079c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-cloud-gcp-kotlin-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Your own application should inherit from spring-boot-starter-parent -->
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.3.0.BUILD-SNAPSHOT</version>
10+
<version>2.2.2.BUILD-SNAPSHOT</version>
1111
<relativePath/>
1212
</parent>
1313

spring-cloud-gcp-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.3.0.BUILD-SNAPSHOT</version>
9+
<version>2.2.2.BUILD-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212

0 commit comments

Comments
 (0)