Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d48a386

Browse files
Release version 5.0 RC2 (202510).
See #2525
1 parent 6f1f9cb commit d48a386

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</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>5.0.0-SNAPSHOT</version>
14+
<version>5.0.0-RC2</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>5.0.0-SNAPSHOT</version>
16+
<version>5.0.0-RC2</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

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

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</version>
99
</parent>
1010

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

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

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

Lines changed: 2 additions & 2 deletions
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</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>5.0.0-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</dependency>
2626

2727
</dependencies>

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

Lines changed: 2 additions & 2 deletions
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</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>5.0.0-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
<type>test-jar</type>
2626
</dependency>
2727

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

Lines changed: 2 additions & 2 deletions
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.springframework.data</groupId>
3535
<artifactId>spring-data-rest-tests-core</artifactId>
36-
<version>5.0.0-SNAPSHOT</version>
36+
<version>5.0.0-RC2</version>
3737
<type>test-jar</type>
3838
</dependency>
3939

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

Lines changed: 2 additions & 2 deletions
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-RC2</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>5.0.0-SNAPSHOT</version>
25+
<version>5.0.0-RC2</version>
2626
<type>test-jar</type>
2727
</dependency>
2828

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

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-RC2</version>
88
</parent>
99
<name>Spring Data REST Tests - Shop</name>
1010
<artifactId>spring-data-rest-tests-shop</artifactId>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /