Skip to content

Commit cf4cd5f

Browse files
committed
Reflect artifact naming scheme in readme.
Closes #948
1 parent d640d61 commit cf4cd5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
9999
<dependency>
100100
<groupId>org.springframework.data</groupId>
101101
<artifactId>spring-data-jdbc</artifactId>
102-
<version>${version}.BUILD-SNAPSHOT</version>
102+
<version>${version}-SNAPSHOT</version>
103103
</dependency>
104104
105105
<repository>
106-
<id>spring-libs-snapshot</id>
106+
<id>spring-snapshot</id>
107107
<name>Spring Snapshot Repository</name>
108108
<url>https://repo.spring.io/snapshot</url>
109109
</repository>

0 commit comments

Comments
 (0)