From 374329b6cfa33b1c6b16b136fd12d2ab6fb0bab0 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:25:02 +0000 Subject: [PATCH] chore(main): release 0.7.0-SNAPSHOT --- nifi-tdf-controller-services-api-nar/pom.xml | 4 ++-- nifi-tdf-controller-services-api/pom.xml | 2 +- nifi-tdf-nar/pom.xml | 6 +++--- nifi-tdf-processors/pom.xml | 4 ++-- pom.xml | 2 +- versions.txt | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml index 0f056e5..2428b39 100644 --- a/nifi-tdf-controller-services-api-nar/pom.xml +++ b/nifi-tdf-controller-services-api-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.6.0 + 0.7.0-SNAPSHOT nifi-tdf-controller-services-nar nifi-tdf-controller-services-nar @@ -18,7 +18,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.6.0 + 0.7.0-SNAPSHOT org.apache.nifi diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml index c8c96ed..59e1a76 100644 --- a/nifi-tdf-controller-services-api/pom.xml +++ b/nifi-tdf-controller-services-api/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.6.0 + 0.7.0-SNAPSHOT nifi-tdf-controller-services-api nifi-tdf-controller-services-api diff --git a/nifi-tdf-nar/pom.xml b/nifi-tdf-nar/pom.xml index b7dfd5a..f22db92 100644 --- a/nifi-tdf-nar/pom.xml +++ b/nifi-tdf-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.6.0 + 0.7.0-SNAPSHOT nifi-tdf-nar nifi-tdf-nar @@ -18,12 +18,12 @@ ${project.groupId} nifi-tdf-processors - 0.6.0 + 0.7.0-SNAPSHOT ${project.groupId} nifi-tdf-controller-services-nar - 0.6.0 + 0.7.0-SNAPSHOT nar diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml index d7f007b..bf17472 100644 --- a/nifi-tdf-processors/pom.xml +++ b/nifi-tdf-processors/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.6.0 + 0.7.0-SNAPSHOT nifi-tdf-processors nifi-tdf-processors @@ -19,7 +19,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.6.0 + 0.7.0-SNAPSHOT org.apache.nifi diff --git a/pom.xml b/pom.xml index 501d1aa..ff353d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.opentdf.nifi nifi-pom - 0.6.0 + 0.7.0-SNAPSHOT nifi-pom NiFi processors for OpenTDF https://github.com/opentdf/nifi diff --git a/versions.txt b/versions.txt index 2b89896..dca66e9 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -nifi:0.6.0:0.6.0 \ No newline at end of file +nifi:0.6.0:0.7.0-SNAPSHOT \ No newline at end of file