This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 673207b64a NIFI-7343 Corrected version reference for
nifi-avro-record-utils
673207b64a is described below
commit 673207b64ae038d93a4bd7744c1a6045aaa50594
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Jul 12 18:09:04 2023 -0500
NIFI-7343 Corrected version reference for nifi-avro-record-utils
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-scripting-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
index e4956bcd0d..e7ba6bbc85 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.23.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>