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.git


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

commit c502c2834fcffc15e3c4789caa473f6aefba2172
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Dec 17 16:07:45 2025 +0100

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

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index efa17b70fa..983d8f0085 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
+wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar
diff --git a/pom.xml b/pom.xml
index 7297b4b274..2b9087e2fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -880,7 +880,7 @@
                                     </plugins>
                                 </requireSameVersions>
                                 <requireMavenVersion>
-                                    <version>3.9.11</version>
+                                    <version>3.9.12</version>
                                 </requireMavenVersion>
                                 <requireReleaseDeps>
                                     <message>Dependencies outside of Apache 
NiFi must not use SNAPSHOT versions</message>

Reply via email to