Skip to content

Commit 6fcaed7

Browse files
committed
Add reference to release notes.
1 parent c9907a3 commit 6fcaed7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232

3333
<scala>2.11.7</scala>
3434
<xmlbeam>1.4.24</xmlbeam>
35-
<java-module-name>spring.data.commons</java-module-name>
35+
36+
<simple-module-name>commons</simple-module-name>
37+
<java-module-name>spring.data.${simple-module-name}</java-module-name>
38+
<github-repo>https://github.com/spring-projects/spring-data-${simple-module-name}</github-repo>
3639

3740
</properties>
3841

src/main/asciidoc/new-features.adoc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[[new-features]]
2+
3+
= New & Noteworthy
4+
5+
https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-{releasetrain-main}-({releasetrain-name})-Release-Notes#{simple-module-name}[Release notes for the release train `{releasetrain-main}` code name _{releasetrain-name}_ can be found on GitHub.]
6+
The release notes are recommended reading whenever you consider migrating to a new version.
7+
8+
There is also the very {github-repo}/releases[technical changelog] which contains references to GitHub issues that were addressed for the first time in the respective issue.

0 commit comments

Comments
 (0)