Skip to content

Commit

Permalink
Additional versioning changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Jun 15, 2016
1 parent 3426999 commit 3f3e7c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ambari service for easily installing and managing NiFi on HDP cluster and viewin

Features:

- By default, downloads the current GA version - HDF 1.2.0.0 package (nifi 0.6.0) - but also gives option to build the latest Nifi from source instead
- By default, downloads the current GA version - HDF 1.2.0.1 package (nifi 0.6.0) - but also gives option to build the latest Nifi from source instead
- Exposes nifi.properties, bootstrap.conf, logback.xml in Ambari UI (so you can configure port, memory, log dir etc)
- Sets up initial flow.xml.gz that sets up Ambari reporting task to send Ambari metrics
- Includes metrics widgets from [here](https://cwiki.apache.org/confluence/display/NIFI/Ambari+Metrics)
Expand Down
2 changes: 1 addition & 1 deletion configuration/nifi-properties-env.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>This is the jinja template for nifi.properties file</description>
<value>
# Core Properties #
nifi.version=0.6.0.1.2.0.0-91
nifi.version=0.6.0.1.2.0.1-1
nifi.flow.configuration.file=./conf/flow.xml.gz
nifi.flow.configuration.archive.dir=./conf/archive/
nifi.flowcontroller.autoResumeState=true
Expand Down
2 changes: 1 addition & 1 deletion metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>NIFI</name>
<displayName>NiFi</displayName>
<comment>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</comment>
<version>1.2.0.0</version>
<version>1.2.0.1</version>
<components>
<component>
<name>NIFI_MASTER</name>
Expand Down

0 comments on commit 3f3e7c7

Please sign in to comment.