Skip to content

Commit 924d870

Browse files
author
Ryan Baxter
committed
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
1 parent 75d30e1 commit 924d870

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.BUILD-SNAPSHOT</version>
9+
<version>1.3.1.BUILD-SNAPSHOT</version>
1010
</parent>
1111
<packaging>pom</packaging>
1212
<name>Spring Cloud Commons Docs</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.cloud</groupId>
55
<artifactId>spring-cloud-commons-parent</artifactId>
6-
<version>1.3.0.BUILD-SNAPSHOT</version>
6+
<version>1.3.1.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Cloud Commons Parent</name>
99
<description>Spring Cloud Commons Parent</description>
1010
<url>https://projects.spring.io/spring-cloud/</url>
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-build</artifactId>
14-
<version>1.3.5.RELEASE</version>
14+
<version>1.3.6.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717
<scm>

spring-cloud-commons-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>spring-cloud-dependencies-parent</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>1.3.5.RELEASE</version>
8+
<version>1.3.6.RELEASE</version>
99
<relativePath/>
1010
</parent>
1111
<artifactId>spring-cloud-commons-dependencies</artifactId>
12-
<version>1.3.0.BUILD-SNAPSHOT</version>
12+
<version>1.3.1.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

Lines changed: 1 addition & 1 deletion
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.3.0.BUILD-SNAPSHOT</version>
9+
<version>1.3.1.BUILD-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-commons</artifactId>

spring-cloud-context/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.BUILD-SNAPSHOT</version>
9+
<version>1.3.1.BUILD-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-context</artifactId>

spring-cloud-starter/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.BUILD-SNAPSHOT</version>
8+
<version>1.3.1.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-starter</artifactId>
1111
<name>spring-cloud-starter</name>

0 commit comments

Comments
 (0)