This is an automated email from the ASF dual-hosted git repository.
pvillard 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 494a60c151 NIFI-14632 Upgraded Maven from 3.9.9 to 3.9.10
494a60c151 is described below
commit 494a60c1512794abc71b81b73edade69b3a5e60c
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jun 5 17:57:57 2025 -0500
NIFI-14632 Upgraded Maven from 3.9.9 to 3.9.10
Signed-off-by: Pierre Villard <[email protected]>
This closes #9996.
---
.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 d58ddb0c76..15d4113ee8 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.9/apache-maven-3.9.9-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
diff --git a/pom.xml b/pom.xml
index 8f7364c960..f8a1a268d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -864,7 +864,7 @@
</plugins>
</requireSameVersions>
<requireMavenVersion>
- <version>3.9.6</version>
+ <version>3.9.10</version>
</requireMavenVersion>
<requireReleaseDeps>
<message>Dependencies outside of Apache
NiFi must not use SNAPSHOT versions</message>