Skip to content

Commit

Permalink
#262 - Prepare next development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Dec 21, 2016
1 parent e5faa98 commit be8ba5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Ingalls-RC1</version>
<version>Ingalls-BUILD-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.9.0.RC1</version>
<version>1.9.0.BUILD-SNAPSHOT</version>
</parent>

<name>Spring Data Release Train - BOM</name>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.9.0.RC1</version>
<version>1.9.0.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>1.9.0.RC1</version>
<version>1.9.0.BUILD-SNAPSHOT</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.9.0.RC1</version>
<version>1.9.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Data Build</name>
Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.9.0.RC1</version>
<version>1.9.0.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit be8ba5e

Please sign in to comment.