Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 8583528

Browse files
committed
Avoid using snapshot versions in data-rest sample
1 parent c075048 commit 8583528

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/data-rest/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,22 @@
5151
<dependency>
5252
<groupId>org.springframework.data</groupId>
5353
<artifactId>spring-data-commons</artifactId>
54-
<version>2.5.0-SNAPSHOT</version>
5554
</dependency>
5655
<dependency>
5756
<groupId>org.springframework.data</groupId>
5857
<artifactId>spring-data-jpa</artifactId>
59-
<version>2.5.0-SNAPSHOT</version>
6058
</dependency>
6159
<dependency>
6260
<groupId>org.springframework.data</groupId>
6361
<artifactId>spring-data-rest-core</artifactId>
64-
<version>3.5.0-SNAPSHOT</version>
6562
</dependency>
6663
<dependency>
6764
<groupId>org.springframework.data</groupId>
6865
<artifactId>spring-data-rest-webmvc</artifactId>
69-
<version>3.5.0-SNAPSHOT</version>
7066
</dependency>
7167
<dependency>
7268
<groupId>org.springframework.hateoas</groupId>
7369
<artifactId>spring-hateoas</artifactId>
74-
<version>1.3.0-SNAPSHOT</version>
7570
</dependency>
7671

7772

0 commit comments

Comments
 (0)