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
The following commit(s) were added to refs/heads/support/nifi-1.16 by this push:
new 3affd57efb NIFI-9901 fixing version references
3affd57efb is described below
commit 3affd57efbc760dc109ea78a1b39446f3f817018
Author: Joe Witt <[email protected]>
AuthorDate: Thu Apr 21 12:31:05 2022 -0700
NIFI-9901 fixing version references
---
.../nifi-standard-bundle/nifi-standard-content-viewer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
index f44b079f0c..d6fc39f869 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>1.17.0-SNAPSHOT</version>
+ <version>1.16.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>