You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/02/03 17:59:14 UTC

[nifi] branch main updated: NIFI-11103 bumping apache parent

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 28bfd1252f NIFI-11103 bumping apache parent
28bfd1252f is described below

commit 28bfd1252fd577042fed092849b4b1cd1404e7f3
Author: Joe Witt <jo...@apache.org>
AuthorDate: Fri Feb 3 10:59:06 2023 -0700

    NIFI-11103 bumping apache parent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9421e6a95c..c511ccc795 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>28</version>
+        <version>29</version>
         <relativePath />
     </parent>
     <groupId>org.apache.nifi</groupId>