Skip to content

Commit

Permalink
Update readme to reflect correct snapshot naming scheme.
Browse files Browse the repository at this point in the history
Closes #1990
  • Loading branch information
mp911de committed Sep 14, 2023
1 parent 2589e69 commit 5a429d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>
Expand Down

0 comments on commit 5a429d6

Please sign in to comment.