Skip to content

Commit 37cb7c8

Browse files
committed
Updated versions after [2025.1.0-M3] release train and [5.0.0-M3] [spring-cloud-contract] project release
1 parent 0abfccf commit 37cb7c8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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>

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)