From 96d293c57acbcd233cdc9a5a051b6d7bed02701c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 28 Dec 2021 14:31:30 +0100 Subject: [PATCH] Update documentation --- jafu/README.adoc | 4 ++-- kofu/README.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jafu/README.adoc b/jafu/README.adoc index 8e0cf578..0a5fcfb8 100644 --- a/jafu/README.adoc +++ b/jafu/README.adoc @@ -1,4 +1,4 @@ -:spring-fu-version: 0.4.3 +:spring-fu-version: 0.5.0 :jafu-javadoc-url: http://repo.spring.io/milestone/org/springframework/fu/spring-fu-jafu/{spring-fu-version}/spring-fu-jafu-{spring-fu-version}-javadoc.jar! image:https://img.shields.io/badge/JaFu%20documentation-blue.svg["JaFu documentation", link="{jafu-javadoc-url}/index.html"] @@ -18,7 +18,7 @@ Be aware that a few static imports will be needed. === Getting started * Go to https://start.spring.io/[start.spring.io] - * Select the latest Spring Boot `2.4.x` version + * Select the latest Spring Boot `2.6.x` version * Add the Spring milestone repository `https://repo.spring.io/milestone` * Select the "Web" starter * Add the `org.springframework.fu:spring-fu-jafu:{spring-fu-version}` dependency diff --git a/kofu/README.adoc b/kofu/README.adoc index 32d9aad8..76b462c5 100644 --- a/kofu/README.adoc +++ b/kofu/README.adoc @@ -1,4 +1,4 @@ -:spring-fu-version: 0.4.3 +:spring-fu-version: 0.5.0 :kofu-kdoc-url: http://repo.spring.io/milestone/org/springframework/fu/spring-fu-kofu/{spring-fu-version}/spring-fu-kofu-{spring-fu-version}-javadoc.jar! image:https://img.shields.io/badge/KoFu%20documentation-blue.svg["KoFu documentation", link="{kofu-kdoc-url}/kofu/index.html"] @@ -69,7 +69,7 @@ To use WebFlux.fn instead === Getting started * Go to https://start.spring.io/#!type=gradle-project&language=kotlin[start.spring.io] -* Select the latest Spring Boot `2.4.x` version +* Select the latest Spring Boot `2.6.x` version * Add the Spring milestone repository `https://repo.spring.io/milestone` * Select the "Web" starter * Add the `org.springframework.fu:spring-fu-kofu:{spring-fu-version}` dependency