Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-13263 - Bump ParCEFone version #8851

Merged
merged 1 commit into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The following binary components are provided under the Apache Software License v
(ASLv2) ParCEFone
The following NOTICE information applies:
ParCEFone
Copyright 2016 Fluenda
Copyright 2016-2024 Fluenda
************************
Common Development and Distribution License 1.1
************************
Expand Down
2 changes: 1 addition & 1 deletion nifi-assembly/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ The following binary components are provided under the Apache Software License v
(ASLv2) ParCEFone
The following NOTICE information applies:
ParCEFone
Copyright 2016 Fluenda
Copyright 2016-2024 Fluenda

(ASLv2) Grok
The following NOTICE information applies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The following binary components are provided under the Apache Software License v
(ASLv2) ParCEFone
The following NOTICE information applies:
ParCEFone
Copyright 2016 Fluenda
Copyright 2016-2024 Fluenda

(ASLv2) Grok
The following NOTICE information applies:
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>com.fluenda</groupId>
<artifactId>parcefone</artifactId>
<version>2.1.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.github.wnameless.json</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>com.fluenda</groupId>
<artifactId>parcefone</artifactId>
<version>2.1.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
Expand Down