This is an automated email from the ASF dual-hosted git repository.
joewitt 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 a162464c02 NIFI-14681 Upgraded Download Maven Plugin from 1.13.0 to
2.0.0 This closes #10038
a162464c02 is described below
commit a162464c02d63db77915ee005fd2e066a162224a
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Jun 21 12:16:00 2025 -0500
NIFI-14681 Upgraded Download Maven Plugin from 1.13.0 to 2.0.0
This closes #10038
Signed-off-by: Joseph Witt <[email protected]>
---
.../nifi-py4j-framework-bundle/nifi-python-framework/pom.xml | 4 ++--
nifi-system-tests/nifi-python-test-extensions-nar/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
index 1f854b137a..8e6bb6decf 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
@@ -31,9 +31,9 @@
<build>
<plugins>
<plugin>
- <groupId>com.googlecode.maven-download-plugin</groupId>
+ <groupId>io.github.download-maven-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
- <version>1.13.0</version>
+ <version>2.0.0</version>
<executions>
<execution>
<id>download-py4j</id>
diff --git a/nifi-system-tests/nifi-python-test-extensions-nar/pom.xml
b/nifi-system-tests/nifi-python-test-extensions-nar/pom.xml
index d6880dc49a..66d12fe801 100644
--- a/nifi-system-tests/nifi-python-test-extensions-nar/pom.xml
+++ b/nifi-system-tests/nifi-python-test-extensions-nar/pom.xml
@@ -51,9 +51,9 @@
<build>
<plugins>
<plugin>
- <groupId>com.googlecode.maven-download-plugin</groupId>
+ <groupId>io.github.download-maven-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
- <version>1.13.0</version>
+ <version>2.0.0</version>
<executions>
<execution>
<id>download-bech32</id>