From 7b5702e50258966d9ccd3c55b3fd8e0f6debee49 Mon Sep 17 00:00:00 2001 From: Ingo Griebsch Date: Sat, 19 Mar 2022 20:14:21 +0100 Subject: [PATCH] chore: release version 1.3 --- README.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8e030d..39c1027e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Here you find the documentation for the latest releases and the current SNAPSHOT | Version | Reference documentation | API documentation | | :---: | :---: | :---: | | SNAPSHOT | [Reference Doc.][spring-hateoas-siren-current-docs] | [API Doc.][spring-hateoas-siren-current-apidocs] | +| 1.3.0 | [Reference Doc.][spring-hateoas-siren-1.3.0-docs] | [API Doc.][spring-hateoas-siren-1.3.0-apidocs] | | 1.2.0 | [Reference Doc.][spring-hateoas-siren-1.2.0-docs] | [API Doc.][spring-hateoas-siren-1.2.0-apidocs] | | 1.1.0 | [Reference Doc.][spring-hateoas-siren-1.1.0-docs] | [API Doc.][spring-hateoas-siren-1.1.0-apidocs] | | 1.0.3 | [Reference Doc.][spring-hateoas-siren-1.0.3-docs] | [API Doc.][spring-hateoas-siren-1.0.3-apidocs] | @@ -62,6 +63,8 @@ This code is open source software licensed under the [Apache 2.0 License](https: [spring-hateoas-siren-current-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/current/index.html [spring-hateoas-siren-current-docs-setup]: https://ingogriebsch.github.io/spring-hateoas-siren/current/index.html#setup [spring-hateoas-siren-current-apidocs]: https://ingogriebsch.github.io/spring-hateoas-siren/current/apidocs/index.html +[spring-hateoas-siren-1.3.0-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.3.0/index.html +[spring-hateoas-siren-1.3.0-apidocs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.3.0/apidocs/index.html [spring-hateoas-siren-1.2.0-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.2.0/index.html [spring-hateoas-siren-1.2.0-apidocs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.2.0/apidocs/index.html [spring-hateoas-siren-1.1.0-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.1.0/index.html diff --git a/pom.xml b/pom.xml index a99a05ac..b265a5ba 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.ingogriebsch.hateoas spring-hateoas-siren - 1.3.0-SNAPSHOT + 1.3.0 Spring HATEOAS Siren A library implementing Siren as a custom Spring HATEOAS hypermedia type. Siren is a hypermedia specification for representing entities.