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 ae8c7513b8 NIFI-14552 - fix maven plugin version reference in
nifi-registry
ae8c7513b8 is described below
commit ae8c7513b807f419c6fbe1b401a1005e5e49df3e
Author: Paul Grey <[email protected]>
AuthorDate: Thu May 8 16:16:55 2025 -0400
NIFI-14552 - fix maven plugin version reference in nifi-registry
Signed-off-by: Pierre Villard <[email protected]>
This closes #9926.
---
nifi-registry/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 3a0a557910..1d501a69fb 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -231,7 +231,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.21</version>
+ <version>3.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>