Skip to content

Commit

Permalink
upgrade to spring boot 3.2.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 3, 2023
1 parent 7f904ac commit cb43b5d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.microservices</groupId>
Expand Down
2 changes: 1 addition & 1 deletion catalog-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.catalogservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.microservices</groupId>
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-M3</version>
<version>3.2.0-RC2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.inventoryservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-M3</version>
<version>3.2.0-RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.orderservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion payment-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.paymentservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion service-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit cb43b5d

Please sign in to comment.