From a3dd4763c63599e3d3815b742ca652377afdc55b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 15 Oct 2018 14:30:49 -0400 Subject: [PATCH] Add note about project version and its deps Fixes https://github.com/spring-projects/spring-integration-aws/issues/100 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 661e7a4..6700835 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Note the Spring Integration AWS Extension is based on the [Spring Cloud AWS][] p ## Spring Integration's extensions to AWS +The current project version is `2.0.x` and it requires minimum Java `8` and Spring Integration `5.0.x`. +Can be used with Spring Boot/Spring Cloud `2.0`. + This guide intends to explain briefly the various adapters available for [Amazon Web Services][] such as: * **Amazon Simple Email Service (SES)**