Skip to content

Commit 7b53546

Browse files
committed
DATAREST-487 - Prepare next development iteration.
1 parent c52b720 commit 7b53546

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-parent</artifactId>
8-
<version>2.3.0.RC1</version>
8+
<version>2.3.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data REST</name>

spring-data-rest-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-rest-parent</artifactId>
14-
<version>2.3.0.RC1</version>
14+
<version>2.3.0.BUILD-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

spring-data-rest-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data</groupId>
1515
<artifactId>spring-data-rest-parent</artifactId>
16-
<version>2.3.0.RC1</version>
16+
<version>2.3.0.BUILD-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-data-rest-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-rest-parent</artifactId>
14-
<version>2.3.0.RC1</version>
14+
<version>2.3.0.BUILD-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)