Skip to content

Commit

Permalink
Bumping versions to 0.4.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Oct 19, 2021
1 parent 011b445 commit 8790ceb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-square-docs</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>jar</packaging>

<name>Spring Cloud Square Docs</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-square</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

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

<artifactId>spring-cloud-square</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>pom</packaging>

<name>Spring Cloud Square</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-square-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath/>
</parent>
<artifactId>spring-cloud-square-dependencies</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>pom</packaging>
<name>Spring Cloud Square Dependencies</name>
<description>Spring Cloud Square Dependencies</description>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-square-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-square-okhttp</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>jar</packaging>

<name>Spring Cloud Square OkHttp</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-square</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-square-retrofit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-square-retrofit-core</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>jar</packaging>

<name>Spring Cloud Square Retrofit Core</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-square</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-square-retrofit-webclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-square-retrofit-webclient</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>jar</packaging>

<name>Spring Cloud Square Retrofit WebClient</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-square</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-square-retrofit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-square-retrofit</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<packaging>jar</packaging>

<name>Spring Cloud Square Retrofit</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-square</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-M2</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 8790ceb

Please sign in to comment.