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

exceptionfactory 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 1c59ac8  NIFI-14888 Upgraded Maven from 3.9.10 to 3.9.11 (#17)
1c59ac8 is described below

commit 1c59ac8264f2de59657b014661100e5e023878ac
Author: dan-s1 <[email protected]>
AuthorDate: Tue Aug 26 22:00:53 2025 -0400

    NIFI-14888 Upgraded Maven from 3.9.10 to 3.9.11 (#17)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 2f94e61..12fbe1e 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.10/apache-maven-3.9.10-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
diff --git a/pom.xml b/pom.xml
index 8e113d9..3a4f368 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.10</minimalMavenBuildVersion>
+        <minimalMavenBuildVersion>3.9.11</minimalMavenBuildVersion>
 
         <checkstyle.version>10.26.1</checkstyle.version>
         <junit-bom.version>5.13.2</junit-bom.version>

Reply via email to