File tree 11 files changed +15
-15
lines changed
spring-data-rest-distribution
spring-data-rest-hal-explorer
spring-data-rest-tests-core
spring-data-rest-tests-jpa
spring-data-rest-tests-mongodb
spring-data-rest-tests-security
spring-data-rest-tests-shop
11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-parent</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >Spring Data REST</name >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.data</groupId >
13
13
<artifactId >spring-data-rest-parent</artifactId >
14
- <version >4.4.4 </version >
14
+ <version >4.4.5-SNAPSHOT </version >
15
15
<relativePath >../pom.xml</relativePath >
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.data</groupId >
15
15
<artifactId >spring-data-rest-parent</artifactId >
16
- <version >4.4.4 </version >
16
+ <version >4.4.5-SNAPSHOT </version >
17
17
<relativePath >../pom.xml</relativePath >
18
18
</parent >
19
19
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-parent</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >spring-data-rest-hal-explorer</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-parent</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-tests</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
21
21
<dependency >
22
22
<groupId >org.springframework.data</groupId >
23
23
<artifactId >spring-data-rest-webmvc</artifactId >
24
- <version >4.4.4 </version >
24
+ <version >4.4.5-SNAPSHOT </version >
25
25
</dependency >
26
26
27
27
</dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-tests</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
21
21
<dependency >
22
22
<groupId >org.springframework.data</groupId >
23
23
<artifactId >spring-data-rest-tests-core</artifactId >
24
- <version >4.4.4 </version >
24
+ <version >4.4.5-SNAPSHOT </version >
25
25
<type >test-jar</type >
26
26
</dependency >
27
27
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-tests</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
21
21
<dependency >
22
22
<groupId >org.springframework.data</groupId >
23
23
<artifactId >spring-data-rest-tests-core</artifactId >
24
- <version >4.4.4 </version >
24
+ <version >4.4.5-SNAPSHOT </version >
25
25
<type >test-jar</type >
26
26
</dependency >
27
27
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-rest-tests</artifactId >
8
- <version >4.4.4 </version >
8
+ <version >4.4.5-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
22
22
<dependency >
23
23
<groupId >org.springframework.data</groupId >
24
24
<artifactId >spring-data-rest-tests-core</artifactId >
25
- <version >4.4.4 </version >
25
+ <version >4.4.5-SNAPSHOT </version >
26
26
<type >test-jar</type >
27
27
</dependency >
28
28
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.data</groupId >
6
6
<artifactId >spring-data-rest-tests</artifactId >
7
- <version >4.4.4 </version >
7
+ <version >4.4.5-SNAPSHOT </version >
8
8
</parent >
9
9
<name >Spring Data REST Tests - Shop</name >
10
10
<artifactId >spring-data-rest-tests-shop</artifactId >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.data</groupId >
14
14
<artifactId >spring-data-rest-parent</artifactId >
15
- <version >4.4.4 </version >
15
+ <version >4.4.5-SNAPSHOT </version >
16
16
<relativePath >../pom.xml</relativePath >
17
17
</parent >
18
18
You can’t perform that action at this time.
0 commit comments