Skip to content

Commit e8a42e5

Browse files
author
Ryan Baxter
committed
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
1 parent 9a1c1bf commit e8a42e5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-commons-parent</artifactId>
9-
<version>1.2.3.BUILD-SNAPSHOT</version>
9+
<version>1.2.4.BUILD-SNAPSHOT</version>
1010
</parent>
1111
<packaging>pom</packaging>
1212
<name>Spring Cloud Commons Docs</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.cloud</groupId>
55
<artifactId>spring-cloud-commons-parent</artifactId>
6-
<version>1.2.3.BUILD-SNAPSHOT</version>
6+
<version>1.2.4.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Cloud Commons Parent</name>
99
<description>Spring Cloud Commons Parent</description>

spring-cloud-commons-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath/>
1010
</parent>
1111
<artifactId>spring-cloud-commons-dependencies</artifactId>
12-
<version>1.2.3.BUILD-SNAPSHOT</version>
12+
<version>1.2.4.BUILD-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>spring-cloud-commons-dependencies</name>
1515
<description>Spring Cloud Commons Dependencies</description>

spring-cloud-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-commons-parent</artifactId>
9-
<version>1.2.3.BUILD-SNAPSHOT</version>
9+
<version>1.2.4.BUILD-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-commons</artifactId>

spring-cloud-context/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-commons-parent</artifactId>
9-
<version>1.2.3.BUILD-SNAPSHOT</version>
9+
<version>1.2.4.BUILD-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-context</artifactId>

spring-cloud-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-commons-parent</artifactId>
8-
<version>1.2.3.BUILD-SNAPSHOT</version>
8+
<version>1.2.4.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-starter</artifactId>
1111
<name>spring-cloud-starter</name>

0 commit comments

Comments
 (0)