Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1748#discussion_r114690855
--- Diff: nifi-toolkit/nifi-toolkit-admin/pom.xml ---
@@ -57,7 +57,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-security</artifactId>
- <version>${client.version}</version>
+ <version>${project.version}</version>
--- End diff --
I would recommend avoiding these variables here and instead just use
'1.2.0-SNAPSHOT'. The former has proven problematic during the release process
and the latter has proven highly reliable and gets automatically updated by the
versions plugin during the release process.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---