Skip to content

Commit 6e12072

Browse files
committed
Prepare next development iteration.
See #2462
1 parent a563a90 commit 6e12072

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

pom.xml

+1-1
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>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data REST</name>

spring-data-rest-core/pom.xml

+1-1
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>4.5.0-M2</version>
14+
<version>4.5.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

spring-data-rest-distribution/pom.xml

+1-1
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>4.5.0-M2</version>
16+
<version>4.5.0-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-data-rest-hal-explorer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-parent</artifactId>
8-
<version>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>spring-data-rest-hal-explorer</artifactId>

spring-data-rest-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-parent</artifactId>
8-
<version>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-rest-tests/spring-data-rest-tests-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-tests</artifactId>
8-
<version>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.springframework.data</groupId>
2323
<artifactId>spring-data-rest-webmvc</artifactId>
24-
<version>4.5.0-M2</version>
24+
<version>4.5.0-SNAPSHOT</version>
2525
</dependency>
2626

2727
</dependencies>

spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-tests</artifactId>
8-
<version>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.springframework.data</groupId>
2323
<artifactId>spring-data-rest-tests-core</artifactId>
24-
<version>4.5.0-M2</version>
24+
<version>4.5.0-SNAPSHOT</version>
2525
<type>test-jar</type>
2626
</dependency>
2727

spring-data-rest-tests/spring-data-rest-tests-mongodb/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-tests</artifactId>
8-
<version>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.springframework.data</groupId>
2323
<artifactId>spring-data-rest-tests-core</artifactId>
24-
<version>4.5.0-M2</version>
24+
<version>4.5.0-SNAPSHOT</version>
2525
<type>test-jar</type>
2626
</dependency>
2727

spring-data-rest-tests/spring-data-rest-tests-security/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-rest-tests</artifactId>
8-
<version>4.5.0-M2</version>
8+
<version>4.5.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.data</groupId>
2424
<artifactId>spring-data-rest-tests-core</artifactId>
25-
<version>4.5.0-M2</version>
25+
<version>4.5.0-SNAPSHOT</version>
2626
<type>test-jar</type>
2727
</dependency>
2828

spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-rest-tests</artifactId>
7-
<version>4.5.0-M2</version>
7+
<version>4.5.0-SNAPSHOT</version>
88
</parent>
99
<name>Spring Data REST Tests - Shop</name>
1010
<artifactId>spring-data-rest-tests-shop</artifactId>

spring-data-rest-webmvc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data</groupId>
1414
<artifactId>spring-data-rest-parent</artifactId>
15-
<version>4.5.0-M2</version>
15+
<version>4.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)