NIFI-441 Defaulting nifi version to 0.1.0-incubating-SNAPSHOT

This commit is contained in:
danbress 2015-03-19 08:32:42 -04:00
parent 511360cf59
commit efeba19cb6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<requiredProperties>
<requiredProperty key="artifactBaseName" />
<requiredProperty key="nifiVersion" >
<defaultValue>0.0.1-incubating-SNAPSHOT</defaultValue>
<defaultValue>0.1.0-incubating-SNAPSHOT</defaultValue>
</requiredProperty>
<requiredProperty key="package">
<defaultValue>${groupId}.processors.${artifactBaseName}</defaultValue>