Skip to content

Commit

Permalink
Updated versions after [2022.0.5] release train and [4.0.5] [spring-c…
Browse files Browse the repository at this point in the history
…loud-contract] project release
  • Loading branch information
spring-builds committed Jan 26, 2024
1 parent 2f39443 commit d2fbef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<spring-cloud-contract.version>4.1.1-SNAPSHOT</spring-cloud-contract.version>
<spring-cloud-contract.version>4.0.6-SNAPSHOT</spring-cloud-contract.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<properties>
<spring-cloud.version>2023.0.1-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2022.0.6-SNAPSHOT</spring-cloud.version>
</properties>

<!-- We're adding the sc-contract plugin so as to create a stubbed response -->
Expand Down
2 changes: 1 addition & 1 deletion stubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<java.version>17</java.version>
<!-- We don't want to run the generated tests -->
<!--<skipTests>true</skipTests>-->
<spring-cloud-contract.version>4.1.1-SNAPSHOT</spring-cloud-contract.version>
<spring-cloud-contract.version>4.0.6-SNAPSHOT</spring-cloud-contract.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d2fbef9

Please sign in to comment.