Skip to content

Commit 9a1c1bf

Browse files
author
Ryan Baxter
committed
Going back to snapshots
1 parent 7a92256 commit 9a1c1bf

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ added after the original pull request but before a merge.
151151
other target branch in the main project).
152152
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
153153
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
154-
message (where XXXX is the issue number).
154+
message (where XXXX is the issue number).

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.RELEASE</version>
9+
<version>1.2.3.BUILD-SNAPSHOT</version>
1010
</parent>
1111
<packaging>pom</packaging>
1212
<name>Spring Cloud Commons Docs</name>

pom.xml

+2-2
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.2.3.RELEASE</version>
6+
<version>1.2.3.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.3.RELEASE</version>
14+
<version>1.3.3.BUILD-SNAPSHOT</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717
<scm>

spring-cloud-commons-dependencies/pom.xml

+2-2
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.3.RELEASE</version>
8+
<version>1.3.3.BUILD-SNAPSHOT</version>
99
<relativePath/>
1010
</parent>
1111
<artifactId>spring-cloud-commons-dependencies</artifactId>
12-
<version>1.2.3.RELEASE</version>
12+
<version>1.2.3.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.RELEASE</version>
9+
<version>1.2.3.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.RELEASE</version>
9+
<version>1.2.3.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.RELEASE</version>
8+
<version>1.2.3.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-starter</artifactId>
1111
<name>spring-cloud-starter</name>

0 commit comments

Comments
 (0)