Skip to content

Commit

Permalink
Updated versions after [2024.0.0-M2] release train and [4.2.0-M2] [sp…
Browse files Browse the repository at this point in the history
…ring-cloud-contract] project release
  • Loading branch information
spring-builds committed Oct 8, 2024
1 parent dbbe014 commit 2ed2bb0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion standalone/contracts/com/example/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>server</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Server Stubs</name>
<description>POM used to install locally stubs for consumer side</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone/dsl/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>http-client-dsl</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Spring Cloud Contract Verifier Http Client Sample</name>
<description>Spring Cloud Contract Verifier Http Client Sample</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone/dsl/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>http-server-dsl</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Spring Cloud Contract Verifier Http Server Sample</name>
<description>Spring Cloud Contract Verifier Http Server Sample</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone/restdocs/http-client/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.2.0-SNAPSHOT
springCloudStreamVersion=4.204-SNAPSHOT
springCloudStreamVersion=4.2.0-SNAPSHOT
bootVersion=3.3.4
2 changes: 1 addition & 1 deletion standalone/restdocs/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.example</groupId>
<artifactId>http-client-restdocs</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Spring Cloud Contract RestDocs Http Client Sample</name>
<description>Spring Cloud Contract RestDocs Http Client Sample</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone/restdocs/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>http-server-restdocs</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Spring Cloud Contract RestDocs Http Server Sample</name>
<description>Spring Cloud RestDocs Verifier Http Server Sample</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone/webclient/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>http-client-webclient</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Spring Cloud Contract RestDocs Http WebClient Sample</name>
<description>Spring Cloud Contract RestDocs Http WebClient Sample</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone/webclient/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>http-server-webclient</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>

<name>Spring Cloud Contract RestDocs Http Server Sample</name>
<description>Spring Cloud RestDocs Verifier Http Server Sample</description>
Expand Down

0 comments on commit 2ed2bb0

Please sign in to comment.