From 56751d2985b28b5280a039fb827793e5ca2516a1 Mon Sep 17 00:00:00 2001 From: Chris Parker Date: Tue, 8 May 2018 15:39:44 -0500 Subject: [PATCH] Updated documentation --- .travis.yml | 2 ++ README.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b79ea7c..4f0463e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,7 @@ deploy: file: - nifi-sqllookup-services-api-nar/target/*.nar - nifi-sqllookup-services-nar/target/*.nar + skip_cleanup: true on: repo: mrcsparker/nifi-sqllookup-services-bundle + tags: true diff --git a/README.md b/README.md index 965953a..0fea699 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These controllers were designed to be flexible and fast. They support: ## Simple Setup -* [Download Apache NiFo](https://nifi.apache.org/download.html) +* [Download Apache NiFi](https://nifi.apache.org/download.html) * Compile and install `nifi-sqllookup-bundle` @@ -35,6 +35,10 @@ These controllers were designed to be flexible and fast. They support: [https://mrcsparker.github.io/nifi-sqllookup-services-bundle](https://mrcsparker.github.io/nifi-sqllookup-services-bundle) +## Latest release + +[https://github.com/mrcsparker/nifi-sqllookup-services-bundle/releases/latest](https://github.com/mrcsparker/nifi-sqllookup-services-bundle/releases/latest) + ## Articles on using NiFi lookup services * [Data flow enrichment with NiFi part 1 : LookupRecord processor](https://community.hortonworks.com/articles/138632/data-flow-enrichment-with-nifi-lookuprecord-proces.html)