This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 795eb51762b [fix][ci] Update nar maven plugin version to fix excessive
downloads (#20410)
795eb51762b is described below
commit 795eb51762b417ea72bf201cdfe5c7585a8c3320
Author: Lari Hotari <[email protected]>
AuthorDate: Fri May 26 18:25:52 2023 +0300
[fix][ci] Update nar maven plugin version to fix excessive downloads
(#20410)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 37349bbffad..0fb86ad41a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,7 +284,7 @@ flexible messaging model and an intuitive client
API.</description>
<maven-shade-plugin>3.4.1</maven-shade-plugin>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<properties-maven-plugin.version>1.1.0</properties-maven-plugin.version>
- <nifi-nar-maven-plugin.version>1.3.4</nifi-nar-maven-plugin.version>
+ <nifi-nar-maven-plugin.version>1.5.0</nifi-nar-maven-plugin.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<git-commit-id-plugin.version>4.0.2</git-commit-id-plugin.version>
<wagon-ssh-external.version>3.5.3</wagon-ssh-external.version>