NIFI-4995 release process exposed this item doesn't get updated by versions mechanism so using project version instead

This commit is contained in:
joewitt 2018-03-20 14:32:00 -04:00
parent e8a8c19db2
commit 478e34082d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resources</artifactId>
<type>zip</type>
<version>1.6.0-SNAPSHOT</version>
<version>${project.version}</version>
<classifier>resources</classifier>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/classes</outputDirectory>