Skip to content

Commit 5d47bce

Browse files
committed
Bumping versions to 0.4.0-M1
1 parent 55c3afb commit 5d47bce

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-square-docs</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0-M1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Spring Cloud Square Docs</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-square</artifactId>
17-
<version>0.4.0-SNAPSHOT</version>
17+
<version>0.4.0-M1</version>
1818
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1919
</parent>
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-square</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0-M1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Cloud Square</name>

spring-cloud-square-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath/>
1111
</parent>
1212
<artifactId>spring-cloud-square-dependencies</artifactId>
13-
<version>0.4.0-SNAPSHOT</version>
13+
<version>0.4.0-M1</version>
1414
<packaging>pom</packaging>
1515
<name>Spring Cloud Square Dependencies</name>
1616
<description>Spring Cloud Square Dependencies</description>

spring-cloud-square-okhttp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-square-okhttp</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0-M1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Spring Cloud Square OkHttp</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-square</artifactId>
17-
<version>0.4.0-SNAPSHOT</version>
17+
<version>0.4.0-M1</version>
1818
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-cloud-square-retrofit-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-square-retrofit-core</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0-M1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Spring Cloud Square Retrofit Core</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-square</artifactId>
17-
<version>0.4.0-SNAPSHOT</version>
17+
<version>0.4.0-M1</version>
1818
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-cloud-square-retrofit-webclient/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-square-retrofit-webclient</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0-M1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Spring Cloud Square Retrofit WebClient</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-square</artifactId>
17-
<version>0.4.0-SNAPSHOT</version>
17+
<version>0.4.0-M1</version>
1818
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-cloud-square-retrofit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-square-retrofit</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0-M1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Spring Cloud Square Retrofit</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-square</artifactId>
17-
<version>0.4.0-SNAPSHOT</version>
17+
<version>0.4.0-M1</version>
1818
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)