Skip to content

Commit eb0aaf3

Browse files
committed
Polish "Add snapshot plugin repository to Data REST sample"
See gh-673
1 parent 075f02d commit eb0aaf3

File tree

1 file changed

+3
-3
lines changed
  • samples/rest-notes-spring-data-rest

1 file changed

+3
-3
lines changed

samples/rest-notes-spring-data-rest/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
</repositories>
136136
<pluginRepositories>
137137
<pluginRepository>
138-
<id>spring-snapshot</id>
139-
<name>Spring Snapshot Repository</name>
140-
<url>https://repo.spring.io/snapshot</url>
138+
<id>spring-snapshots</id>
139+
<name>Spring snapshots</name>
140+
<url>https://repo.spring.io/libs-snapshot</url>
141141
<snapshots>
142142
<enabled>true</enabled>
143143
</snapshots>

0 commit comments

Comments
 (0)