From d1ec0a8c85258d65ff08230b9343937f6e6d755b Mon Sep 17 00:00:00 2001 From: dan-s1 Date: Mon, 8 Jun 2026 16:50:04 +0000 Subject: [PATCH 1/2] NIFI-16004 Updated Maven version to build with from 3.9.12 to 3.9.14 to match the version used by the Maven wrapper. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c53674..4b23d94 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The [Apache NiFi](https://nifi.apache.org) API repository contains public interf ## Requirements - Java 21 -- Maven 3.9.12 +- Maven 3.9.14 ## Versioning From f737bfdf14e4e284e97a0aa596b3f29e215a6464 Mon Sep 17 00:00:00 2001 From: dan-s1 Date: Mon, 6 Jul 2026 15:09:13 +0000 Subject: [PATCH 2/2] NIFI-16004 Upgraded to use Maven 3.9.16 --- .mvn/wrapper/maven-wrapper.properties | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index bb55983..c1677b6 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.4 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip diff --git a/README.md b/README.md index 4b23d94..ddcb750 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The [Apache NiFi](https://nifi.apache.org) API repository contains public interf ## Requirements - Java 21 -- Maven 3.9.14 +- Maven 3.9.16 ## Versioning