This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.16 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 927f31129a3c5fd8ed6cbc8726f439b79003151f Author: Joe Witt <[email protected]> AuthorDate: Tue Apr 19 09:24:54 2022 -0700 NIFI-9868 fix version references to 1.16.1-SNAP after all cherry-picks --- nifi-assembly/pom.xml | 6 +++--- nifi-commons/nifi-property-protection-loader/pom.xml | 4 ++-- nifi-nar-bundles/nifi-framework-bundle/pom.xml | 2 +- .../nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml | 2 +- nifi-registry/pom.xml | 2 +- nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index c3f4d87362..ab6b868650 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -170,17 +170,17 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-utils</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-protection-api</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-protection-factory</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> diff --git a/nifi-commons/nifi-property-protection-loader/pom.xml b/nifi-commons/nifi-property-protection-loader/pom.xml index f98dbc5d71..339f4b16ed 100644 --- a/nifi-commons/nifi-property-protection-loader/pom.xml +++ b/nifi-commons/nifi-property-protection-loader/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-commons</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </parent> <artifactId>nifi-property-protection-loader</artifactId> <dependencies> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-protection-api</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index eeeb1de35b..2ec78d32b0 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -158,7 +158,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-protection-loader</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml index 0169af6636..c77032b566 100644 --- a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ssl-context-service-api</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 4e8174b0f7..d304004698 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -130,7 +130,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-protection-loader</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml index 326d600d90..6f50bb6cf5 100644 --- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml +++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-property-protection-loader</artifactId> - <version>1.17.0-SNAPSHOT</version> + <version>1.16.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId>
