Skip to content

Commit

Permalink
Revert "Bumping versions to 0.4.0-M1"
Browse files Browse the repository at this point in the history
This reverts commit 5d47bce.
  • Loading branch information
OlgaMaciaszek committed Apr 13, 2021
1 parent da77b49 commit 66f7a84
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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</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-M1</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 66f7a84

Please sign in to comment.