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 be16a423ed NIFI-12606: Upgrade parent Apache POM to version 31 This 
closes #8242.
be16a423ed is described below

commit be16a423ed8a1082e1692bfe75e7afe3660e4e35
Author: Matt Burgess <mattyb...@apache.org>
AuthorDate: Fri Jan 12 15:34:51 2024 -0500

    NIFI-12606: Upgrade parent Apache POM to version 31
    This closes #8242.
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d73af259d..348b0f27d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>30</version>
+        <version>31</version>
         <relativePath />
     </parent>
     <groupId>org.apache.nifi</groupId>

Reply via email to