Browse Source

Reflect artifact naming scheme in readme.

Closes #948
3.0.x
Mark Paluch 2 years ago
parent
commit
cf4cd5f815
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 4
      README.adoc

4
README.adoc

@ -99,11 +99,11 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId> <artifactId>spring-data-jdbc</artifactId>
<version>${version}.BUILD-SNAPSHOT</version> <version>${version}-SNAPSHOT</version>
</dependency> </dependency>
<repository> <repository>
<id>spring-libs-snapshot</id> <id>spring-snapshot</id>
<name>Spring Snapshot Repository</name> <name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/snapshot</url> <url>https://repo.spring.io/snapshot</url>
</repository> </repository>

Loading…
Cancel
Save