nifi-minifi-cpp git commit: MINIFICPP-357 Added support for config YAML v3.

2018-01-09 Thread aldrin
Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 0981f9acf -> c6f9dc628


MINIFICPP-357 Added support for config YAML v3.

This closes #260.

Signed-off-by: Aldrin Piri 


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/c6f9dc62
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/c6f9dc62
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/c6f9dc62

Branch: refs/heads/master
Commit: c6f9dc628bd28e5788e2235bfe4b7f7c9000c941
Parents: 0981f9a
Author: Andy I. Christianson 
Authored: Thu Jan 4 13:00:27 2018 -0500
Committer: Aldrin Piri 
Committed: Tue Jan 9 14:58:29 2018 -0500

--
 libminifi/include/core/yaml/YamlConfiguration.h |  29 +-
 libminifi/src/core/yaml/YamlConfiguration.cpp   | 141 +--
 libminifi/test/unit/YamlConfigurationTests.cpp  | 418 +--
 3 files changed, 401 insertions(+), 187 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c6f9dc62/libminifi/include/core/yaml/YamlConfiguration.h
--
diff --git a/libminifi/include/core/yaml/YamlConfiguration.h 
b/libminifi/include/core/yaml/YamlConfiguration.h
index 7dc58f2..da71ba6 100644
--- a/libminifi/include/core/yaml/YamlConfiguration.h
+++ b/libminifi/include/core/yaml/YamlConfiguration.h
@@ -40,13 +40,18 @@ namespace core {
 #define CONFIG_YAML_CONNECTIONS_KEY "Connections"
 #define CONFIG_YAML_CONTROLLER_SERVICES_KEY "Controller Services"
 #define CONFIG_YAML_REMOTE_PROCESS_GROUP_KEY "Remote Processing Groups"
+#define CONFIG_YAML_REMOTE_PROCESS_GROUP_KEY_V3 "Remote Process Groups"
 #define CONFIG_YAML_PROVENANCE_REPORT_KEY "Provenance Reporting"
 
 class YamlConfiguration : public FlowConfiguration {
 
  public:
-  explicit YamlConfiguration(std::shared_ptr repo, 
std::shared_ptr flow_file_repo, 
std::shared_ptr content_repo,
- std::shared_ptr 
stream_factory, std::shared_ptr configuration, const std::string 
path = DEFAULT_FLOW_YAML_FILE_NAME)
+  explicit YamlConfiguration(std::shared_ptr repo,
+ std::shared_ptr flow_file_repo,
+ std::shared_ptr 
content_repo,
+ std::shared_ptr stream_factory,
+ std::shared_ptr configuration,
+ const std::string path = 
DEFAULT_FLOW_YAML_FILE_NAME)
   : FlowConfiguration(repo, flow_file_repo, content_repo, stream_factory, 
configuration, path),
 logger_(logging::LoggerFactory::getLogger()) {
 stream_factory_ = stream_factory;
@@ -126,11 +131,16 @@ class YamlConfiguration : public FlowConfiguration {
 YAML::Node connectionsNode = rootYaml[CONFIG_YAML_CONNECTIONS_KEY];
 YAML::Node controllerServiceNode = 
rootYaml[CONFIG_YAML_CONTROLLER_SERVICES_KEY];
 YAML::Node remoteProcessingGroupsNode = 
rootYaml[CONFIG_YAML_REMOTE_PROCESS_GROUP_KEY];
+
+if (!remoteProcessingGroupsNode) {
+  remoteProcessingGroupsNode = 
rootYaml[CONFIG_YAML_REMOTE_PROCESS_GROUP_KEY_V3];
+}
+
 YAML::Node provenanceReportNode = 
rootYaml[CONFIG_YAML_PROVENANCE_REPORT_KEY];
 
 parseControllerServices();
 // Create the root process group
-core::ProcessGroup * root = parseRootProcessGroupYaml(flowControllerNode);
+core::ProcessGroup *root = parseRootProcessGroupYaml(flowControllerNode);
 parseProcessorNodeYaml(processorsNode, root);
 parseRemoteProcessGroupYaml(, root);
 parseConnectionYaml(, root);
@@ -156,7 +166,7 @@ class YamlConfiguration : public FlowConfiguration {
* @param parentthe parent ProcessGroup to which the the created
*Processor should be added
*/
-  void parseProcessorNodeYaml(YAML::Node processorNode, core::ProcessGroup * 
parent);
+  void parseProcessorNodeYaml(YAML::Node processorNode, core::ProcessGroup 
*parent);
 
   /**
* Parses a port from its corressponding YAML config node and adds
@@ -200,7 +210,7 @@ class YamlConfiguration : public FlowConfiguration {
* @param parent the root node of flow configuration to which
* to add the connections that are parsed
*/
-  void parseConnectionYaml(YAML::Node *node, core::ProcessGroup * parent);
+  void parseConnectionYaml(YAML::Node *node, core::ProcessGroup *parent);
 
   /**
* Parses the Remote Process Group section of a configuration YAML.
@@ -211,7 +221,7 @@ class YamlConfiguration : public FlowConfiguration {
* @param parent the root node of flow configuration to which
* to add the process groups that are parsed
*/
-  void parseRemoteProcessGroupYaml(YAML::Node *node, core::ProcessGroup * 
parent);
+  void 

svn commit: r24099 - in /dev/nifi: nifi-1.5.0/ nifi/nifi-1.5.0/

2018-01-09 Thread aldrin
Author: aldrin
Date: Tue Jan  9 13:09:06 2018
New Revision: 24099

Log:
Moving release artifacts to listed URL in helper email.

Added:
dev/nifi/nifi-1.5.0/
  - copied from r24098, dev/nifi/nifi/nifi-1.5.0/
Removed:
dev/nifi/nifi/nifi-1.5.0/



svn commit: r24096 - /dev/nifi/nifi/nifi-1.5.0/

2018-01-09 Thread joewitt
Author: joewitt
Date: Tue Jan  9 10:17:45 2018
New Revision: 24096

Log:
NIFI-1.5.0 source and convenience binary artifacts for RC1

Added:
dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip   (with props)
dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.asc
dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.md5
dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha1
dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha256
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz   (with props)
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.asc
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.md5
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.sha1
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.sha256
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.zip   (with props)
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.zip.asc
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.zip.md5
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.zip.sha1
dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.zip.sha256

Added: dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip
==
Binary file - no diff available.

Propchange: dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.asc
==
--- dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.asc (added)
+++ dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.asc Tue Jan  9 
10:17:45 2018
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAlpUix0ACgkQkJO/hU+B
+GhrNVwf/fl40JfSBJYdYpys98+yrWaRD5aWoTZzd7V968wpYkup7l95unWIhdDTK
+s0XpvEZ9vDIBwH/BtyhQMOTdGLboSyWSTRZLlXkFLGz8oSAR7UD4UaocJQxE/l78
+WCqmuRr/zQOH+l1e2ze/cHVPYyARdEDmTOmEQPTNZOyCBEGbBYQT+tkoVtNwduLL
+Q5nu67+dJIyatOoE+HSpsabVygYUpHwzfadyj7lvySIqwcMoldW2vN8lDktIAg8w
+dRthj6nMB6SKdPftyqqJip6WrPVwR9kUWZYPcAwpkxNVWZdxDSSrtReybJ5E4tGw
+xhIHGVU88AN5ti5uVl/fZX9P+lw3xw==
+=/k05
+-END PGP SIGNATURE-

Added: dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.md5
==
--- dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.md5 (added)
+++ dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.md5 Tue Jan  9 
10:17:45 2018
@@ -0,0 +1 @@
+046f2dde4af592dd8c05e55c2bbb3c4f

Added: dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha1
==
--- dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha1 (added)
+++ dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha1 Tue Jan  9 
10:17:45 2018
@@ -0,0 +1 @@
+63b9a68b9f89200fd31f5561956a15b45b1b9c8c

Added: dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha256
==
--- dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha256 (added)
+++ dev/nifi/nifi/nifi-1.5.0/nifi-1.5.0-source-release.zip.sha256 Tue Jan  9 
10:17:45 2018
@@ -0,0 +1 @@
+40b155c4911414907835f2eb0d5a4da798935f27f1e5134218d904fe6c942d13

Added: dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz
==
Binary file - no diff available.

Propchange: dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.asc
==
--- dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.asc (added)
+++ dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.asc Tue Jan  9 
10:17:45 2018
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAlpUi0wACgkQkJO/hU+B
+Gho27gf/bpyjDuiXQj5quNJf9MQj1rPYwzRiHaegU53uEUaeArXDlL0Nw7QCTiJX
+z5MDoqy+tWd8Ou8qYjzbOEow3HOZJqdtftgNt1PApDwyUgg2VBdjJuwveJ7XFHNP
+SqcdWgZIrp5lkcA30ojwm1cAAh0GAv9xX2QyUKYw0VC29tfJEjk1fTlJ1WrSSUSO
+LX3TuHA+iUFzzYxFN47YjGcoBcGUU/rfseNdbPXem2AQ1A5XvoJqgbPpO8yJgacK
+q9uSn8rHYjltpWypBAskDVRllTOFFUvZLJcD28bAtwv2C+BMLVIajDVjsWQptaZG
+T4h39W8uJ+mzrl53OniBwkg8YKKNbg==
+=uCTM
+-END PGP SIGNATURE-

Added: dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.md5
==
--- dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.md5 (added)
+++ dev/nifi/nifi/nifi-1.5.0/nifi-toolkit-1.5.0-bin.tar.gz.md5 Tue Jan  9 
10:17:45 2018
@@ -0,0 +1 @@
+938825c9dbb43fe0910913817979b68f

Added: 

[nifi] Git Push Summary

2018-01-09 Thread joewitt
Repository: nifi
Updated Tags:  refs/tags/nifi-1.5.0-RC1 [created] 9912a0d30


svn commit: r24094 - /dev/nifi/nifi/nifi-1.5.0/

2018-01-09 Thread joewitt
Author: joewitt
Date: Tue Jan  9 09:36:07 2018
New Revision: 24094

Log:
Adding nifi-1.5.0 directory

Added:
dev/nifi/nifi/nifi-1.5.0/



[05/10] nifi git commit: NIFI-4751-RC1 prepare release nifi-1.5.0-RC1

2018-01-09 Thread joewitt
NIFI-4751-RC1 prepare release nifi-1.5.0-RC1


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/46d30c7e
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/46d30c7e
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/46d30c7e

Branch: refs/heads/NIFI-4751-RC1
Commit: 46d30c7e92f0ad034d9b35bf1d05c350ab5547ed
Parents: 10e3b14
Author: joewitt 
Authored: Mon Jan 8 23:39:32 2018 -0700
Committer: joewitt 
Committed: Mon Jan 8 23:39:32 2018 -0700

--
 nifi-api/pom.xml|   2 +-
 nifi-assembly/pom.xml   |   2 +-
 nifi-bootstrap/pom.xml  |   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml |   2 +-
 nifi-commons/nifi-expression-language/pom.xml   |   2 +-
 nifi-commons/nifi-flowfile-packager/pom.xml |   2 +-
 nifi-commons/nifi-hl7-query-language/pom.xml|   2 +-
 nifi-commons/nifi-logging-utils/pom.xml |   2 +-
 nifi-commons/nifi-properties/pom.xml|   2 +-
 nifi-commons/nifi-record-path/pom.xml   |   2 +-
 nifi-commons/nifi-record/pom.xml|   2 +-
 nifi-commons/nifi-schema-utils/pom.xml  |   2 +-
 nifi-commons/nifi-security-utils/pom.xml|   2 +-
 nifi-commons/nifi-site-to-site-client/pom.xml   |   4 +-
 nifi-commons/nifi-socket-utils/pom.xml  |   2 +-
 nifi-commons/nifi-utils/pom.xml |   4 +-
 nifi-commons/nifi-web-utils/pom.xml |   2 +-
 nifi-commons/nifi-write-ahead-log/pom.xml   |   2 +-
 nifi-commons/pom.xml|   2 +-
 nifi-docker/dockermaven/pom.xml |  10 +-
 nifi-docker/pom.xml |   4 +-
 nifi-docs/pom.xml   |   2 +-
 .../nifi-nifi-example-nar/pom.xml   |   2 +-
 .../nifi-nifi-example-processors/pom.xml|   2 +-
 nifi-external/nifi-example-bundle/pom.xml   |   4 +-
 nifi-external/nifi-spark-receiver/pom.xml   |   2 +-
 nifi-external/nifi-storm-spout/pom.xml  |   2 +-
 nifi-external/pom.xml   |   2 +-
 nifi-framework-api/pom.xml  |   2 +-
 .../nifi-processor-bundle-archetype/pom.xml |   2 +-
 .../nifi-service-bundle-archetype/pom.xml   |   2 +-
 nifi-maven-archetypes/pom.xml   |   2 +-
 nifi-mock/pom.xml   |   2 +-
 .../nifi-ambari-bundle/nifi-ambari-nar/pom.xml  |   4 +-
 .../nifi-ambari-reporting-task/pom.xml  |   2 +-
 nifi-nar-bundles/nifi-ambari-bundle/pom.xml |   2 +-
 .../nifi-amqp-bundle/nifi-amqp-nar/pom.xml  |   4 +-
 .../nifi-amqp-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-amqp-bundle/pom.xml   |   6 +-
 .../nifi-atlas-bundle/nifi-atlas-nar/pom.xml|   2 +-
 .../nifi-atlas-reporting-task/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml  |   8 +-
 .../nifi-avro-bundle/nifi-avro-nar/pom.xml  |   6 +-
 .../nifi-avro-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-avro-bundle/pom.xml   |   4 +-
 .../nifi-aws-abstract-processors/pom.xml|   4 +-
 .../nifi-aws-bundle/nifi-aws-nar/pom.xml|   6 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml |   6 +-
 .../nifi-aws-service-api-nar/pom.xml|   4 +-
 .../nifi-aws-service-api/pom.xml|   4 +-
 nifi-nar-bundles/nifi-aws-bundle/pom.xml|   2 +-
 .../nifi-azure-bundle/nifi-azure-nar/pom.xml|   4 +-
 .../nifi-azure-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml  |   2 +-
 .../nifi-beats-bundle/nifi-beats-nar/pom.xml|   6 +-
 .../nifi-beats-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-beats-bundle/pom.xml  |   4 +-
 .../nifi-cassandra-nar/pom.xml  |   2 +-
 .../nifi-cassandra-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml  |   4 +-
 .../nifi-ccda-bundle/nifi-ccda-nar/pom.xml  |   2 +-
 .../nifi-ccda-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-ccda-bundle/pom.xml   |   4 +-
 nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml  |   2 +-
 .../nifi-cdc-mysql-nar/pom.xml  |   2 +-
 .../nifi-cdc-mysql-processors/pom.xml   |   6 +-
 .../nifi-cdc/nifi-cdc-mysql-bundle/pom.xml  |   4 +-
 nifi-nar-bundles/nifi-cdc/pom.xml   |   2 +-
 .../nifi-confluent-platform-nar/pom.xml |   2 +-
 .../pom.xml |   5 +-
 .../nifi-confluent-platform-bundle/pom.xml  |   2 +-
 .../nifi-couchbase-nar/pom.xml  |   6 +-
 .../nifi-couchbase-processors/pom.xml   |   2 +-
 .../nifi-couchbase-services-api-nar/pom.xml |   6 +-
 .../nifi-couchbase-services-api/pom.xml |   2 +-
 

[06/10] nifi git commit: NIFI-4751-RC1 prepare for next development iteration

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml 
b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
index b3e320e..cc250d0 100644
--- 
a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
+++ 
b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
@@ -12,7 +12,7 @@

org.apache.nifi
nifi-websocket-bundle
-   1.5.0
+   1.5.1-SNAPSHOT

4.0.0
nifi-websocket-services-jetty

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml 
b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
index 3812f0d..7fd25bd 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
@@ -19,12 +19,12 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi
 nifi-websocket-bundle
-1.5.0
+1.5.1-SNAPSHOT
 pom
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
index 5c67348..0053b69 100644
--- 
a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-windows-event-log-bundle
 org.apache.nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index 69d9f2c..cf095b8 100644
--- 
a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-windows-event-log-bundle
 org.apache.nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-windows-event-log-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
index 599d733..0f04114 100644
--- a/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
@@ -15,7 +15,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi
@@ -36,7 +36,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-windows-event-log-processors
-1.5.0
+1.5.1-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/pom.xml
--
diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml
index 70a5e3c..5569b8f 100755
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 org.apache.nifi
 nifi-nar-bundles
@@ -155,117 +155,117 @@
 
 org.apache.nifi
 nifi-distributed-cache-client-service
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi
 
nifi-distributed-cache-client-service-api
-1.5.0
+1.5.1-SNAPSHOT
 provided
 
 
 org.apache.nifi
   

[09/10] nifi git commit: NIFI-4751-RC1 prepare for next development iteration

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml 
b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
index e1ca332..d849130 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-datadog-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-datadog-reporting-task

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml 
b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
index cb20558..2a5a45a 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-datadog-bundle
@@ -34,7 +34,7 @@
 
 org.apache.nifi
 nifi-datadog-reporting-task
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.glassfish.jersey.core

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
index fbdac19..bacc853 100644
--- 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-elasticsearch-bundle
 org.apache.nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
index d5dd038..9c63621 100644
--- 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-elasticsearch-bundle
 org.apache.nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-elasticsearch-5-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml
index 9915719..18f89ee 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-elasticsearch-bundle
 org.apache.nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml
 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml
index ba73006..ab41df1 100644
--- 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-elasticsearch-bundle
 org.apache.nifi
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-elasticsearch-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
--
diff --git 

[02/10] nifi git commit: NIFI-4751-RC1 prepare release nifi-1.5.0-RC1

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml 
b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
index 53b58bf..a8094bf 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-scripting-bundle
@@ -35,30 +35,30 @@
 
 org.apache.nifi
 nifi-scripting-processors
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.apache.nifi
 
nifi-distributed-cache-client-service-api
-1.5.0-SNAPSHOT
+1.5.0
 provided
 
 
 org.apache.nifi
 nifi-ssl-context-service-api
-1.5.0-SNAPSHOT
+1.5.0
 provided
 
 
 org.apache.nifi
 nifi-http-context-map-api
-1.5.0-SNAPSHOT
+1.5.0
 provided
 
 
 org.apache.nifi
 nifi-dbcp-service-api
-1.5.0-SNAPSHOT
+1.5.0
 provided
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
 
b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
index ee32d0d..7b46ffd 100644
--- 
a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-site-to-site-reporting-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-site-to-site-reporting-nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
 
b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
index 48efab7..796f3cc 100644
--- 
a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
+++ 
b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
@@ -18,12 +18,12 @@
 
 org.apache.nifi
 nifi-site-to-site-reporting-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-site-to-site-reporting-task
 Publishes NiFi metrics and provenance events via 
S2S
-1.5.0-SNAPSHOT
+1.5.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml 
b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
index e595ea0..156c4a8 100644
--- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-site-to-site-reporting-bundle
@@ -34,7 +34,7 @@

org.apache.nifi
nifi-site-to-site-reporting-task
-   1.5.0-SNAPSHOT 
+   1.5.0 

 
 org.glassfish.jersey.core

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml 
b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
index 7edda62..db03a5b 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
@@ -19,11 +19,11 @@
 
 org.apache.nifi
 nifi-slack-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-slack-nar
-1.5.0-SNAPSHOT
+1.5.0
 nar
 
 true
@@ -34,7 +34,7 @@
 
 org.apache.nifi
 nifi-slack-processors
-1.5.0-SNAPSHOT
+  

[03/10] nifi git commit: NIFI-4751-RC1 prepare release nifi-1.5.0-RC1

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
index 9245a94..bd6e8f9 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-hive-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-hive-services-api

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-hive-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index 51e6841..b454ed1 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -19,11 +19,11 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-hive-bundle
-1.5.0-SNAPSHOT
+1.5.0
 pom
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml 
b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
index 1d442aa..fcb72a4 100644
--- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-hl7-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-hl7-nar
@@ -33,7 +33,7 @@
 
 org.apache.nifi
 nifi-hl7-processors
-1.5.0-SNAPSHOT
+1.5.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml 
b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
index 09868e0..8cf9708 100644
--- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-hl7-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-hl7-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
index 12b3281..c1bf745 100644
--- a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-hl7-bundle
@@ -35,12 +35,12 @@
 
 org.apache.nifi
 nifi-hl7-processors
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.apache.nifi
 nifi-hl7-query-language
-1.5.0-SNAPSHOT
+1.5.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml 
b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
index 082eced..97bf934 100644
--- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-html-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-html-nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml 
b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
index 05a0be0..0f06e9b 100644
--- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-html-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-html-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-html-bundle/pom.xml
--
diff --git 

[01/10] nifi git commit: NIFI-4751-RC1 prepare release nifi-1.5.0-RC1

2018-01-09 Thread joewitt
Repository: nifi
Updated Branches:
  refs/heads/NIFI-4751-RC1 [created] 36405e888


http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
index 5b6c5f7..e15bb57 100644
--- 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-update-attribute-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 nifi-update-attribute-nar
 nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
index 8fff2c1..04a8450 100644
--- 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
+++ 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-update-attribute-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 org.apache.nifi
 nifi-update-attribute-processor

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
index 61c9318..4d8966a 100644
--- 
a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
+++ 
b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-update-attribute-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 nifi-update-attribute-ui
 war

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml 
b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
index 22569d9..5474d42 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 nifi-update-attribute-bundle
 pom
@@ -34,18 +34,18 @@
 
 org.apache.nifi
 nifi-update-attribute-model
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.apache.nifi
 nifi-update-attribute-processor
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.apache.nifi
 nifi-update-attribute-ui
 war
-1.5.0-SNAPSHOT
+1.5.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml 
b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
index cb3d587..961a6c1 100644
--- 
a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
@@ -19,11 +19,11 @@
 
 org.apache.nifi
 nifi-websocket-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-websocket-processors-nar
-1.5.0-SNAPSHOT
+1.5.0
 nar
 
 true
@@ -39,7 +39,7 @@
 
 org.apache.nifi
 nifi-websocket-processors
-1.5.0-SNAPSHOT
+1.5.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml 
b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
index 5c41078..9f74d2c 100644
--- 

[08/10] nifi git commit: NIFI-4751-RC1 prepare for next development iteration

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
index c1bf745..4697293 100644
--- a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-hl7-bundle
@@ -35,12 +35,12 @@
 
 org.apache.nifi
 nifi-hl7-processors
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi
 nifi-hl7-query-language
-1.5.0
+1.5.1-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml 
b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
index 97bf934..46be6f1 100644
--- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-html-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-html-nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml 
b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
index 0f06e9b..a2a9094 100644
--- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-html-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-html-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-html-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-html-bundle/pom.xml 
b/nifi-nar-bundles/nifi-html-bundle/pom.xml
index df8e5ce..447eb21 100644
--- a/nifi-nar-bundles/nifi-html-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-html-bundle/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-html-bundle
@@ -35,7 +35,7 @@
 
 org.apache.nifi
 nifi-html-processors
-1.5.0
+1.5.1-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml 
b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml
index eac7ab6..599e56c 100644
--- a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-ignite-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-ignite-nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml 
b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml
index 947cd9a..8dc78b1 100644
--- a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-ignite-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-ignite-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-ignite-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-ignite-bundle/pom.xml 
b/nifi-nar-bundles/nifi-ignite-bundle/pom.xml
index c9e2602..cf83f01 100644
--- a/nifi-nar-bundles/nifi-ignite-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-ignite-bundle/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-ignite-bundle
@@ -35,7 +35,7 @@
 
 org.apache.nifi
 nifi-ignite-processors
-1.5.0
+1.5.1-SNAPSHOT
 
 
 


[07/10] nifi git commit: NIFI-4751-RC1 prepare for next development iteration

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml 
b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index f003911..5b1edae 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-slack-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-slack-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-slack-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-slack-bundle/pom.xml 
b/nifi-nar-bundles/nifi-slack-bundle/pom.xml
index d55b561..ec5d9a3 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/pom.xml
@@ -19,12 +19,12 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 
 org.apache.nifi
 nifi-slack-bundle
-1.5.0
+1.5.1-SNAPSHOT
 pom
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
index 2e17dbb..d611635 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-snmp-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 nifi-snmp-nar
 nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index afc00be..fd8f41e 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-snmp-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 nifi-snmp-processors
 jar

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
index 28e49aa..ecedab4 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0
+1.5.1-SNAPSHOT
 
 nifi-snmp-bundle
 pom
@@ -32,7 +32,7 @@
 
 org.apache.nifi
 nifi-snmp-processors
-1.5.0
+1.5.1-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml 
b/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
index 7bcdce5..8ce0448 100644
--- a/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-social-media-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-social-media-nar
@@ -33,7 +33,7 @@
 
 org.apache.nifi
 nifi-twitter-processors
-1.5.0
+1.5.1-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/36405e88/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml 
b/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
index 7d720ef..e459cfe 100644
--- a/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-social-media-bundle
-1.5.0
+1.5.1-SNAPSHOT
 
 
 nifi-twitter-processors


[10/10] nifi git commit: NIFI-4751-RC1 prepare for next development iteration

2018-01-09 Thread joewitt
NIFI-4751-RC1 prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/36405e88
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/36405e88
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/36405e88

Branch: refs/heads/NIFI-4751-RC1
Commit: 36405e888cb367a6449e6db936cc07f837334dd5
Parents: 46d30c7
Author: joewitt 
Authored: Mon Jan 8 23:39:49 2018 -0700
Committer: joewitt 
Committed: Mon Jan 8 23:39:49 2018 -0700

--
 nifi-api/pom.xml|   2 +-
 nifi-assembly/pom.xml   |   2 +-
 nifi-bootstrap/pom.xml  |   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml |   2 +-
 nifi-commons/nifi-expression-language/pom.xml   |   2 +-
 nifi-commons/nifi-flowfile-packager/pom.xml |   2 +-
 nifi-commons/nifi-hl7-query-language/pom.xml|   2 +-
 nifi-commons/nifi-logging-utils/pom.xml |   2 +-
 nifi-commons/nifi-properties/pom.xml|   2 +-
 nifi-commons/nifi-record-path/pom.xml   |   2 +-
 nifi-commons/nifi-record/pom.xml|   2 +-
 nifi-commons/nifi-schema-utils/pom.xml  |   2 +-
 nifi-commons/nifi-security-utils/pom.xml|   2 +-
 nifi-commons/nifi-site-to-site-client/pom.xml   |   4 +-
 nifi-commons/nifi-socket-utils/pom.xml  |   2 +-
 nifi-commons/nifi-utils/pom.xml |   4 +-
 nifi-commons/nifi-web-utils/pom.xml |   2 +-
 nifi-commons/nifi-write-ahead-log/pom.xml   |   2 +-
 nifi-commons/pom.xml|   2 +-
 nifi-docker/dockermaven/pom.xml |   2 +-
 nifi-docker/pom.xml |   4 +-
 nifi-docs/pom.xml   |   2 +-
 .../nifi-nifi-example-nar/pom.xml   |   2 +-
 .../nifi-nifi-example-processors/pom.xml|   2 +-
 nifi-external/nifi-example-bundle/pom.xml   |   4 +-
 nifi-external/nifi-spark-receiver/pom.xml   |   2 +-
 nifi-external/nifi-storm-spout/pom.xml  |   2 +-
 nifi-external/pom.xml   |   2 +-
 nifi-framework-api/pom.xml  |   2 +-
 .../nifi-processor-bundle-archetype/pom.xml |   2 +-
 .../nifi-service-bundle-archetype/pom.xml   |   2 +-
 nifi-maven-archetypes/pom.xml   |   2 +-
 nifi-mock/pom.xml   |   2 +-
 .../nifi-ambari-bundle/nifi-ambari-nar/pom.xml  |   4 +-
 .../nifi-ambari-reporting-task/pom.xml  |   2 +-
 nifi-nar-bundles/nifi-ambari-bundle/pom.xml |   2 +-
 .../nifi-amqp-bundle/nifi-amqp-nar/pom.xml  |   4 +-
 .../nifi-amqp-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-amqp-bundle/pom.xml   |   6 +-
 .../nifi-atlas-bundle/nifi-atlas-nar/pom.xml|   2 +-
 .../nifi-atlas-reporting-task/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml  |   8 +-
 .../nifi-avro-bundle/nifi-avro-nar/pom.xml  |   6 +-
 .../nifi-avro-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-avro-bundle/pom.xml   |   4 +-
 .../nifi-aws-abstract-processors/pom.xml|   4 +-
 .../nifi-aws-bundle/nifi-aws-nar/pom.xml|   6 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml |   6 +-
 .../nifi-aws-service-api-nar/pom.xml|   4 +-
 .../nifi-aws-service-api/pom.xml|   4 +-
 nifi-nar-bundles/nifi-aws-bundle/pom.xml|   2 +-
 .../nifi-azure-bundle/nifi-azure-nar/pom.xml|   4 +-
 .../nifi-azure-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml  |   2 +-
 .../nifi-beats-bundle/nifi-beats-nar/pom.xml|   6 +-
 .../nifi-beats-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-beats-bundle/pom.xml  |   4 +-
 .../nifi-cassandra-nar/pom.xml  |   2 +-
 .../nifi-cassandra-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml  |   4 +-
 .../nifi-ccda-bundle/nifi-ccda-nar/pom.xml  |   2 +-
 .../nifi-ccda-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-ccda-bundle/pom.xml   |   4 +-
 nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml  |   2 +-
 .../nifi-cdc-mysql-nar/pom.xml  |   2 +-
 .../nifi-cdc-mysql-processors/pom.xml   |   6 +-
 .../nifi-cdc/nifi-cdc-mysql-bundle/pom.xml  |   4 +-
 nifi-nar-bundles/nifi-cdc/pom.xml   |   2 +-
 .../nifi-confluent-platform-nar/pom.xml |   2 +-
 .../pom.xml |   2 +-
 .../nifi-confluent-platform-bundle/pom.xml  |   2 +-
 .../nifi-couchbase-nar/pom.xml  |   6 +-
 .../nifi-couchbase-processors/pom.xml   |   2 +-
 .../nifi-couchbase-services-api-nar/pom.xml |   6 +-
 .../nifi-couchbase-services-api/pom.xml |   2 +-
 

[04/10] nifi git commit: NIFI-4751-RC1 prepare release nifi-1.5.0-RC1

2018-01-09 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml
 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml
index a8af180..2bf3d74 100644
--- 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml
@@ -19,7 +19,7 @@
 
 org.apache.nifi
 nifi-cybersecurity-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-cybersecurity-processors

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml
index 62e3990..6601dc4 100644
--- a/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml
@@ -19,12 +19,12 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.apache.nifi
 nifi-cybersecurity-bundle
-1.5.0-SNAPSHOT
+1.5.0
 pom
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml 
b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
index 42cffb3..ec18008 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-datadog-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-datadog-nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml 
b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
index d936c53..e1ca332 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-datadog-bundle
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-datadog-reporting-task

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml 
b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
index b6b089f..cb20558 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-1.5.0-SNAPSHOT
+1.5.0
 
 
 nifi-datadog-bundle
@@ -34,7 +34,7 @@
 
 org.apache.nifi
 nifi-datadog-reporting-task
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.glassfish.jersey.core

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
index cb393cd..fbdac19 100644
--- 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-nar/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-elasticsearch-bundle
 org.apache.nifi
-1.5.0-SNAPSHOT
+1.5.0
 
 
 org.apache.nifi

http://git-wip-us.apache.org/repos/asf/nifi/blob/46d30c7e/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
index 913cca9..d5dd038 100644
--- 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
@@ -14,7 +14,7