Skip to content

Commit dc7c6c2

Browse files
committed
Created new branch
1 parent 6ee2b13 commit dc7c6c2

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data REST</name>

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
14+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
16+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

Diff for: spring-data-rest-hal-browser/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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
</parent>
1010

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

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework.data</groupId>
1919
<artifactId>spring-data-rest-webmvc</artifactId>
20-
<version>3.1.0.BUILD-SNAPSHOT</version>
20+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
2121
</dependency>
2222

2323
<dependency>

Diff for: spring-data-rest-tests/spring-data-rest-tests-gemfire/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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework.data</groupId>
1919
<artifactId>spring-data-rest-tests-core</artifactId>
20-
<version>3.1.0.BUILD-SNAPSHOT</version>
20+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
2121
<type>test-jar</type>
2222
</dependency>
2323

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-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>3.1.0.BUILD-SNAPSHOT</version>
24+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
2525
<type>test-jar</type>
2626
</dependency>
2727

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework.data</groupId>
1919
<artifactId>spring-data-rest-tests-core</artifactId>
20-
<version>3.1.0.BUILD-SNAPSHOT</version>
20+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
2121
<type>test-jar</type>
2222
</dependency>
2323

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-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>3.1.0.BUILD-SNAPSHOT</version>
24+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
2525
<type>test-jar</type>
2626
</dependency>
2727

Diff for: spring-data-rest-tests/spring-data-rest-tests-shop/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-tests</artifactId>
8-
<version>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Spring Data REST Tests - Shop</name>

Diff for: spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml

+2-2
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>3.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
88
</parent>
99

1010
<name>Spring Data REST Tests - Solr</name>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-rest-tests-core</artifactId>
18-
<version>3.1.0.BUILD-SNAPSHOT</version>
18+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
1919
<type>test-jar</type>
2020
</dependency>
2121

Diff for: 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>3.1.0.BUILD-SNAPSHOT</version>
15+
<version>3.1.0.DATAREST-1258-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)