Github user christophercurrie commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2140#discussion_r138257973
  
    --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml ---
    @@ -32,13 +32,14 @@
         <dependencies>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
    -            <artifactId>nifi-standard-services-api-nar</artifactId>
    +            <artifactId>nifi-aws-service-api-nar</artifactId>
    +            <version>${project.version}</version>
                 <type>nar</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-aws-processors</artifactId>
    -            <version>1.4.0-SNAPSHOT</version>
    --- End diff --
    
    It's a style choice, one I follow out of habit. The release plugin is 
perfectly happy with such references, and I find it clearer to declare the 
version once at the the parent pom reference and stick with it, unless the 
version is deliberately varying. But that's for your project to decide, so 
happy to revert my habit here if wanted.


---

Reply via email to