You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/06/07 20:18:28 UTC

[nifi] branch main updated: NIFI-11648 Upgraded archetype-packaging from 2.2 to 3.2.1

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory 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 119e6702a4 NIFI-11648 Upgraded archetype-packaging from 2.2 to 3.2.1
119e6702a4 is described below

commit 119e6702a4b86c2f4c1a0f6268d02385f6976da8
Author: siddr <si...@visa.com>
AuthorDate: Tue Jun 6 17:03:14 2023 +0530

    NIFI-11648 Upgraded archetype-packaging from 2.2 to 3.2.1
    
    This closes #7345
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml | 4 ++--
 nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
index 4dc190dd74..f32b46acd0 100644
--- a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
+++ b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
@@ -29,7 +29,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>2.2</version>
+                <version>3.2.1</version>
             </extension>
         </extensions>
         <plugins>
@@ -62,7 +62,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
index 0edced6618..acad5acb53 100644
--- a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
+++ b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
@@ -29,7 +29,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>2.2</version>
+                <version>3.2.1</version>
             </extension>
         </extensions>
         <plugins>
@@ -58,7 +58,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>