mirror of https://github.com/apache/nifi.git
NIFI-4995 release process exposed this item doesn't get updated by versions mechanism so using project version instead
This commit is contained in:
parent
e8a8c19db2
commit
478e34082d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue