Skip to content

Commit 2ed2bb0

Browse files
committed
Updated versions after [2024.0.0-M2] release train and [4.2.0-M2] [spring-cloud-contract] project release
1 parent dbbe014 commit 2ed2bb0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

standalone/contracts/com/example/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.example</groupId>
88
<artifactId>server</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<name>Server Stubs</name>
1212
<description>POM used to install locally stubs for consumer side</description>

standalone/dsl/http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.example</groupId>
88
<artifactId>http-client-dsl</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<name>Spring Cloud Contract Verifier Http Client Sample</name>
1212
<description>Spring Cloud Contract Verifier Http Client Sample</description>

standalone/dsl/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.example</groupId>
88
<artifactId>http-server-dsl</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<name>Spring Cloud Contract Verifier Http Server Sample</name>
1212
<description>Spring Cloud Contract Verifier Http Server Sample</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.daemon=false
22
verifierVersion=4.2.0-SNAPSHOT
3-
springCloudStreamVersion=4.204-SNAPSHOT
3+
springCloudStreamVersion=4.2.0-SNAPSHOT
44
bootVersion=3.3.4

standalone/restdocs/http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.example</groupId>
2525
<artifactId>http-client-restdocs</artifactId>
26-
<version>0.0.1</version>
26+
<version>0.0.1-SNAPSHOT</version>
2727

2828
<name>Spring Cloud Contract RestDocs Http Client Sample</name>
2929
<description>Spring Cloud Contract RestDocs Http Client Sample</description>

standalone/restdocs/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.example</groupId>
88
<artifactId>http-server-restdocs</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<name>Spring Cloud Contract RestDocs Http Server Sample</name>
1212
<description>Spring Cloud RestDocs Verifier Http Server Sample</description>

standalone/webclient/http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.example</groupId>
88
<artifactId>http-client-webclient</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<name>Spring Cloud Contract RestDocs Http WebClient Sample</name>
1212
<description>Spring Cloud Contract RestDocs Http WebClient Sample</description>

standalone/webclient/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.example</groupId>
88
<artifactId>http-server-webclient</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<name>Spring Cloud Contract RestDocs Http Server Sample</name>
1212
<description>Spring Cloud RestDocs Verifier Http Server Sample</description>

0 commit comments

Comments
 (0)