Skip to content

Commit

Permalink
update project.version in config integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 2, 2025
1 parent 8a0eac3 commit ce40125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<artifactId>spring-cloud-gcp-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>5.9.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>6.0.0-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.9.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>6.0.0-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<artifactId>spring-cloud-gcp-starter-config</artifactId>
<name>Spring Framework on Google Cloud Starter - Config</name>
Expand Down

0 comments on commit ce40125

Please sign in to comment.