diff --git a/README.md b/README.md index 0ce4fe6a..562db24b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Contains MTA model objects for different specification versions, parsers and val *WARNING*: With [Issue 117](https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/issues/117) the master branch of this repository as well as other artifacts will be renamed. Adaptation to any CI/CD infrastructure & scripts will be required. ## Build tools -All components are built with Java 11 and [Apache Maven](http://maven.apache.org/), version `3.3.9` or newer. +All components are built with Java 17 and [Apache Maven](http://maven.apache.org/), version `3.9.6` or newer. -Make sure that your Maven is configured to use Java 11 by configuring the `JAVA_HOME` env to point to the correct Java JDK. +Make sure that your Maven is configured to use Java 17 by configuring the `JAVA_HOME` env to point to the correct Java JDK. ## Compiling and Packaging To build all components, run the following command from the root directory of the project: ```