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 ddc12b94be NIFI-12681: Remove standard services api nar version so it 
is inherited.
ddc12b94be is described below

commit ddc12b94be176e47ab9c794616d0404020d3edfc
Author: bpaulin <bpaulin@bpaulin-VirtualBox>
AuthorDate: Sat Jan 27 14:30:55 2024 -0600

    NIFI-12681: Remove standard services api nar version so it is inherited.
    
    This closes #8308.
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 .../resources/archetype-resources/nifi-__artifactBaseName__-nar/pom.xml  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/archetype-resources/nifi-__artifactBaseName__-nar/pom.xml
 
b/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/archetype-resources/nifi-__artifactBaseName__-nar/pom.xml
index 2737b68a88..4474300e05 100644
--- 
a/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/archetype-resources/nifi-__artifactBaseName__-nar/pom.xml
+++ 
b/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/archetype-resources/nifi-__artifactBaseName__-nar/pom.xml
@@ -35,7 +35,6 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-standard-services-api-nar</artifactId>
-            <version>${version}</version>
             <type>nar</type>
         </dependency>
     </dependencies>

Reply via email to