This is an automated email from the ASF dual-hosted git repository.

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-api.git


The following commit(s) were added to refs/heads/main by this push:
     new 8f01fd3  NIFI-15516 Upgraded Maven from 3.9.11 to 3.9.12 (#58)
8f01fd3 is described below

commit 8f01fd3a94f23f4facf3223e28235f85b991eb5f
Author: David Handermann <[email protected]>
AuthorDate: Tue Feb 3 08:31:12 2026 -0600

    NIFI-15516 Upgraded Maven from 3.9.11 to 3.9.12 (#58)
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 README.md                             | 2 +-
 pom.xml                               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 12fbe1e..6e0d8da 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -16,4 +16,4 @@
 # under the License.
 wrapperVersion=3.3.2
 distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
diff --git a/README.md b/README.md
index 1d60feb..2c53674 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.11
+- Maven 3.9.12
 
 ## Versioning
 
diff --git a/pom.xml b/pom.xml
index a368734..709ff88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
         <maven.compiler.release>21</maven.compiler.release>
         <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
         <minimalJavaBuildVersion>21</minimalJavaBuildVersion>
-        <minimalMavenBuildVersion>3.9.11</minimalMavenBuildVersion>
+        <minimalMavenBuildVersion>3.9.12</minimalMavenBuildVersion>
 
         <checkstyle.version>11.1.0</checkstyle.version>
         <junit-bom.version>6.0.0</junit-bom.version>

Reply via email to