joewitt commented on code in PR #7677:
URL: https://github.com/apache/nifi/pull/7677#discussion_r1326108520
##########
nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml:
##########
@@ -45,7 +46,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
Review Comment:
I do not recommend we change from 2.0.0-SNAPSHOT to ${project.version}. In
my experience this breaks during the release process. The explicit versions
get automatically handled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]