22image:https://github.com/toedter/spring-hateoas-jsonapi/workflows/Build/badge.svg["build", link="https://github.com/toedter/spring-hateoas-jsonapi/actions"]
33image:https://sonarcloud.io/api/project_badges/measure?project=toedter_spring-hateoas-jsonapi&metric=alert_status["Quality Gate Status", link="https://sonarcloud.io/project/overview?id=toedter_spring-hateoas-jsonapi"]
44image:https://codecov.io/gh/toedter/spring-hateoas-jsonapi/branch/main/graph/badge.svg["coverage", link="https://codecov.io/gh/toedter/spring-hateoas-jsonapi"]
5- image:https://img.shields.io/maven-central/v/com.toedter/spring-hateoas-jsonapi?color=green["maven-central", link="https://central.sonatype.com/artifact/com.toedter/spring-hateoas-jsonapi/2.0.6 /versions"]
5+ image:https://img.shields.io/maven-central/v/com.toedter/spring-hateoas-jsonapi?color=green["maven-central", link="https://central.sonatype.com/artifact/com.toedter/spring-hateoas-jsonapi/2.0.7 /versions"]
66image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["Apache 2.0", link="https://opensource.org/licenses/Apache-2.0"]
77
88= JSON:API for Spring HATEOAS
@@ -18,8 +18,8 @@ you find more examples at https://github.com/toedter/spring-hateoas-jsonapi-exam
1818
1919Here you find the documentation for the releases and the current snapshot:
2020|===
21- | 2.0.6 | https://toedter.github.io/spring-hateoas-jsonapi/2.0.6 /reference/[Reference Documentation] | https://toedter.github.io/spring-hateoas-jsonapi/2.0.6 /api/[API Documentation]
22- | 2.0.7 -SNAPSHOT | https://toedter.github.io/spring-hateoas-jsonapi/snapshot/reference/[Reference Documentation] | https://toedter.github.io/spring-hateoas-jsonapi/snapshot/api/[API Documentation]
21+ | 2.0.7 | https://toedter.github.io/spring-hateoas-jsonapi/2.0.7 /reference/[Reference Documentation] | https://toedter.github.io/spring-hateoas-jsonapi/2.0.7 /api/[API Documentation]
22+ | 2.0.8 -SNAPSHOT | https://toedter.github.io/spring-hateoas-jsonapi/snapshot/reference/[Reference Documentation] | https://toedter.github.io/spring-hateoas-jsonapi/snapshot/api/[API Documentation]
2323| 1.6.0 | https://toedter.github.io/spring-hateoas-jsonapi/1.6.0/reference/[Reference Documentation] | https://toedter.github.io/spring-hateoas-jsonapi/1.6.0/api/[API Documentation]
2424|===
2525
@@ -38,17 +38,17 @@ To enable the JSON:API media type you just need to add this module as a dependen
3838
3939Gradle:
4040[source]
41- implementation 'com.toedter:spring-hateoas-jsonapi:2.0.6 '
41+ implementation 'com.toedter:spring-hateoas-jsonapi:2.0.7 '
4242
4343Maven:
4444[source,xml]
4545<dependency>
4646 <groupId>com.toedter</groupId>
4747 <artifactId>spring-hateoas-jsonapi</artifactId>
48- <version>2.0.6 </version>
48+ <version>2.0.7 </version>
4949</dependency>
5050
51- The latest published snapshot version is `2.0.7 -SNAPSHOT`.
51+ The latest published snapshot version is `2.0.8 -SNAPSHOT`.
5252If you want to try it out,
5353please make sure to add `https://oss.sonatype.org/content/repositories/snapshots/`
5454as a repository to your Maven or Gradle configuration.
0 commit comments