diff --git a/nifi-api/pom.xml b/nifi-api/pom.xml
index 9507557ad5..354bd872dc 100644
--- a/nifi-api/pom.xml
+++ b/nifi-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-api
jar
diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 1e79786755..ee534cd08b 100644
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-assembly
pom
diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml
index 0428440331..c8d37796fa 100644
--- a/nifi-bootstrap/pom.xml
+++ b/nifi-bootstrap/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-bootstrap
jar
diff --git a/nifi-commons/nifi-data-provenance-utils/pom.xml b/nifi-commons/nifi-data-provenance-utils/pom.xml
index 538b7d6245..76374ecf11 100644
--- a/nifi-commons/nifi-data-provenance-utils/pom.xml
+++ b/nifi-commons/nifi-data-provenance-utils/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-data-provenance-utils
jar
diff --git a/nifi-commons/nifi-expression-language/pom.xml b/nifi-commons/nifi-expression-language/pom.xml
index e180c093d2..4389ec2468 100644
--- a/nifi-commons/nifi-expression-language/pom.xml
+++ b/nifi-commons/nifi-expression-language/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-expression-language
jar
diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml
index da040e7b8d..402466ea3f 100644
--- a/nifi-commons/nifi-flowfile-packager/pom.xml
+++ b/nifi-commons/nifi-flowfile-packager/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-flowfile-packager
jar
diff --git a/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi-commons/nifi-hl7-query-language/pom.xml
index a4828793ec..6672495855 100644
--- a/nifi-commons/nifi-hl7-query-language/pom.xml
+++ b/nifi-commons/nifi-hl7-query-language/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-hl7-query-language
diff --git a/nifi-commons/nifi-logging-utils/pom.xml b/nifi-commons/nifi-logging-utils/pom.xml
index bea256989b..ce7efcac12 100644
--- a/nifi-commons/nifi-logging-utils/pom.xml
+++ b/nifi-commons/nifi-logging-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-logging-utils
Utilities for logging
diff --git a/nifi-commons/nifi-processor-utilities/pom.xml b/nifi-commons/nifi-processor-utilities/pom.xml
index 051221cd6f..3e78790777 100644
--- a/nifi-commons/nifi-processor-utilities/pom.xml
+++ b/nifi-commons/nifi-processor-utilities/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-processor-utils
jar
diff --git a/nifi-commons/nifi-properties/pom.xml b/nifi-commons/nifi-properties/pom.xml
index ae6cc2b1f0..654c20190d 100644
--- a/nifi-commons/nifi-properties/pom.xml
+++ b/nifi-commons/nifi-properties/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-properties
diff --git a/nifi-commons/nifi-security-utils/pom.xml b/nifi-commons/nifi-security-utils/pom.xml
index 6de68058f8..9e3098c56d 100644
--- a/nifi-commons/nifi-security-utils/pom.xml
+++ b/nifi-commons/nifi-security-utils/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-security-utils
Contains security functionality.
diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml
index 4665924598..457f47dba4 100644
--- a/nifi-commons/nifi-site-to-site-client/pom.xml
+++ b/nifi-commons/nifi-site-to-site-client/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-site-to-site-client
@@ -42,7 +42,7 @@
org.apache.nifi
nifi-client-dto
- 0.4.0
+ 0.4.1-SNAPSHOT
diff --git a/nifi-commons/nifi-socket-utils/pom.xml b/nifi-commons/nifi-socket-utils/pom.xml
index b2124588c1..5da113ca4e 100644
--- a/nifi-commons/nifi-socket-utils/pom.xml
+++ b/nifi-commons/nifi-socket-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-socket-utils
Utilities for socket communication
diff --git a/nifi-commons/nifi-utils/pom.xml b/nifi-commons/nifi-utils/pom.xml
index 2083de0db7..40f0f84284 100644
--- a/nifi-commons/nifi-utils/pom.xml
+++ b/nifi-commons/nifi-utils/pom.xml
@@ -18,10 +18,10 @@
org.apache.nifi
nifi-commons
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
jar
org.apache.nifi
nifi-standard-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-standard-processors
jar
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
index 6f603a7d84..b01973e817 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-standard-reporting-tasks
jar
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index db72a76e8b..e2fa9ee694 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-nar-bundles
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-standard-bundle
pom
@@ -35,23 +35,23 @@
org.apache.nifi
nifi-standard-processors
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-standard-prioritizers
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-standard-reporting-tasks
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-standard-content-viewer
war
- 0.4.0
+ 0.4.1-SNAPSHOT
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
index 94ad1956e2..e8d8cf7062 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-dbcp-service-api
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
index 7bf8f1accb..ece3434ff1 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-dbcp-service-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-dbcp-service-nar
@@ -31,7 +31,7 @@
org.apache.nifi
nifi-dbcp-service
- 0.4.0
+ 0.4.1-SNAPSHOT
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
index 3b9b793f6f..6c360d9800 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-dbcp-service-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-dbcp-service
jar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
index 0661c7c44e..a604b63487 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-dbcp-service-bundle
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml
index eaa24ccb16..9b6fa927ac 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-distributed-cache-client-service-api
jar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml
index 4cacb20dc5..c414fa39a4 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-distributed-cache-services-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-distributed-cache-client-service
jar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml
index 82b2ba53a6..0800738597 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-distributed-cache-services-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-distributed-cache-protocol
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml
index 24540a70a8..0b6f6294d8 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-distributed-cache-services-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-distributed-cache-server
Provides a Controller Service for hosting Distributed Caches
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml
index 0e0d2129a0..301ba98492 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-distributed-cache-services-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-distributed-cache-services-nar
nar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml
index 5bb042a699..a52acab9f6 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-distributed-cache-services-bundle
pom
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml
index b9f4aa1cdf..a56f0acda5 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-hbase-client-service-api
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml
index dfe7b95c5a..945f1ce53a 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml
@@ -19,11 +19,11 @@
org.apache.nifi
nifi-hbase_1_1_2-client-service-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-hbase_1_1_2-client-service-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
@@ -35,7 +35,7 @@
org.apache.nifi
nifi-hbase_1_1_2-client-service
- 0.4.0
+ 0.4.1-SNAPSHOT
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml
index 786a11e83c..4601c0bab3 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hbase_1_1_2-client-service-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-hbase_1_1_2-client-service
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-hbase-client-service-api
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml
index 1eb60487d2..cc6299d21e 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml
@@ -19,12 +19,12 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-hbase_1_1_2-client-service-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
pom
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml
index f7d6650b4a..8ec7cc385b 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-http-context-map-api
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml
index 6a0217b4bf..37b782a489 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-http-context-map-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-http-context-map-nar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml
index 07ef0490d4..9251e90076 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-http-context-map-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-http-context-map
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
index 3a03fa80c3..cbecad5254 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-http-context-map-bundle
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml
index e8d3efa35d..9efd50d44d 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-load-distribution-service-api
jar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml
index 01f15b8c6a..d6677c3911 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-ssl-context-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-ssl-context-service-nar
nar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml
index 46f893a642..0496fd1eba 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-ssl-context-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-ssl-context-service
jar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml
index 4ec71f3523..a742bd8d25 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-ssl-context-bundle
pom
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml
index 938718e7ae..bd6d755995 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-ssl-context-service-api
jar
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml
index e8beef817b..90326bf9c6 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-standard-services-api-nar
nar
diff --git a/nifi-nar-bundles/nifi-standard-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/pom.xml
index aaca9807a1..8a40ced15a 100644
--- a/nifi-nar-bundles/nifi-standard-services/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-nar-bundles
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-standard-services
pom
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
index f69bd55d16..52fbee3bab 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-update-attribute-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-update-attribute-model
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 ff404552bb..f40a544a89 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
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-update-attribute-nar
nar
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 f5e8968118..74dc51304f 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
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-update-attribute-processor
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 30fa4e4567..3b85a8586a 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
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-update-attribute-ui
war
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
index ab07289138..babfa01513 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
- 0.4.0
+ 0.4.1-SNAPSHOT
nifi-update-attribute-bundle
pom
@@ -34,18 +34,18 @@
org.apache.nifi
nifi-update-attribute-model
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-update-attribute-processor
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-update-attribute-ui
war
- 0.4.0
+ 0.4.1-SNAPSHOT
diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml
index 5f26cba328..9016f40afa 100644
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-nar-bundles
@@ -55,81 +55,81 @@
org.apache.nifi
nifi-distributed-cache-client-service
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-client-service-api
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-ssl-context-service-api
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-load-distribution-service-api
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-http-context-map-api
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-distributed-cache-protocol
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-server
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-ssl-context-service
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-http-context-map
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-volatile-provenance-repository
- 0.4.0
+ 0.4.1-SNAPSHOT
test
org.apache.nifi
nifi-api
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-runtime
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-nar-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
org.apache.nifi
nifi-properties
- 0.4.0
+ 0.4.1-SNAPSHOT
provided
diff --git a/pom.xml b/pom.xml
index 175bbc8379..44496c70a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi
- 0.4.0
+ 0.4.1-SNAPSHOT
pom
Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.
@@ -74,7 +74,7 @@ language governing permissions and limitations under the License. -->
scm:git:git://git.apache.org/nifi.git
scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git
https://git-wip-us.apache.org/repos/asf?p=nifi.git
- nifi-0.4.0-RC2
+ HEAD
JIRA
@@ -751,67 +751,67 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-api
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-site-to-site-client
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-web-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-custom-ui-utilities
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-ui-extension
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-flowfile-packager
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-socket-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-data-provenance-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-runtime
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-bootstrap
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-resources
- 0.4.0
+ 0.4.1-SNAPSHOT
resources
runtime
zip
@@ -819,7 +819,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-docs
- 0.4.0
+ 0.4.1-SNAPSHOT
resources
runtime
zip
@@ -827,233 +827,233 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-framework-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-provenance-repository-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-standard-services-api-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-ssl-context-service-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-distributed-cache-services-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-standard-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-jetty-bundle
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-update-attribute-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-hadoop-libraries-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-hadoop-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-kite-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-solr-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-kafka-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-http-context-map-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-social-media-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-hl7-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-language-translation-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-geo-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-aws-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-flume-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-dbcp-service-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-ambari-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-avro-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-image-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-couchbase-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-hbase_1_1_2-client-service-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-hbase-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-azure-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-ldap-iaa-providers-nar
- 0.4.0
+ 0.4.1-SNAPSHOT
nar
org.apache.nifi
nifi-properties
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-security-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-logging-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-nar-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-processor-utils
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-mock
- 0.4.0
+ 0.4.1-SNAPSHOT
test
org.apache.nifi
nifi-write-ahead-log
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-dbcp-service
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-dbcp-service-api
- 0.4.0
+ 0.4.1-SNAPSHOT
org.apache.nifi
nifi-hbase-client-service-api
- 0.4.0
+ 0.4.1-SNAPSHOT
com.jayway.jsonpath