You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
85
85
<dependency>
86
86
<groupId>org.springframework.data</groupId>
87
87
<artifactId>spring-data-keyvalue</artifactId>
88
-
<version>${version}.BUILD-SNAPSHOT</version>
88
+
<version>${version}-SNAPSHOT</version>
89
89
</dependency>
90
90
91
91
<repository>
@@ -100,10 +100,10 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
100
100
Having trouble with Spring Data? We’d love to help!
101
101
102
102
* Check the
103
-
https://docs.spring.io/spring-data/keyvalue/docs/current/reference/html/[reference documentation], and https://docs.spring.io/spring-data/keyvalue/docs/current/api/[Javadocs].
103
+
https://docs.spring.io/spring-data/keyvalue/reference/[reference documentation], and https://docs.spring.io/spring-data/keyvalue/docs/current/api/[Javadocs].
104
104
* Learn the Spring basics – Spring Data builds on Spring Framework, check the https://spring.io[spring.io] web-site for a wealth of reference documentation.
105
105
If you are just starting out with Spring, try one of the https://spring.io/guides[guides].
106
-
* If you are upgrading, check out the https://docs.spring.io/spring-data/keyvalue/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
106
+
* If you are upgrading, check out the https://github.com/spring-projects/spring-data-commons/wiki#release-notes[release notes] for "`new and noteworthy`" features.
107
107
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-keyvalue`].
108
108
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
109
109
* Report bugs with Spring Data KeyValue via https://github.com/spring-projects/spring-data-keyvalue/issues[Github].
@@ -122,7 +122,7 @@ If you want to raise an issue, please follow the recommendations below:
122
122
== Building from Source
123
123
124
124
You don’t need to build from source to use Spring Data (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Data can be easily built with the https://github.com/takari/maven-wrapper[maven wrapper].
125
-
You also need JDK 1.8.
125
+
You also need JDK 17.
126
126
127
127
[source,bash]
128
128
----
@@ -142,7 +142,7 @@ Building the documentation builds also the project without running tests.
142
142
$ ./mvnw clean install -Pantora
143
143
----
144
144
145
-
The generated documentation is available from `target/antora/site/data-keyvalue/index.html`.
145
+
The generated documentation is available from `target/antora/site/index.html`.
0 commit comments