Skip to content

Commit d7abdc9

Browse files
committedMay 19, 2022
Upgrade to Spring Boot 2.7.0 GA.
Migrate the README to asciidoctor. Closes #636.
1 parent fb89f95 commit d7abdc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Local Elasticsearch instance must be running to run the tests.
7272
* `gridfs` - Example project showing usage of gridFS with MongoDB.
7373
* `jmolecules` - Example of Spring Data MongoDB working with a jMolecules based domain model.
7474
* `kotlin` - Example for using [Kotlin](https://kotlinlang.org/) with MongoDB.
75-
* `linking` - Example demonstrating possibilities for linking documents.
7675
* `query-by-example` - Example project showing usage of Query by Example with MongoDB.
7776
* `querydsl` - Example project showing imperative and reactive [Querydsl](https://github.com/querydsl/querydsl) support for MongoDB.
7877
* `reactive` - Example project to show reactive template and repository support.
@@ -132,4 +131,4 @@ Local Redis instances must be running to run the tests.
132131
* The code makes use of Java 16 language features therefore you need Java 16 or newer to
133132
run and compile the examples.
134133
* Most store modules examples start their database via Testcontainers or as
135-
embedded/in-memory server unless stated otherwise.
134+
embedded/in-memory server unless stated otherwise.

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.7.0-RC1</version>
16+
<version>2.7.0</version>
1717
</parent>
1818

1919
<modules>

0 commit comments

Comments
 (0)