You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2023/05/29 06:13:51 UTC

[pulsar] branch branch-3.0 updated: [fix][ci] Update nar maven plugin version to fix excessive downloads (#20410)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 42d9aa59e82 [fix][ci] Update nar maven plugin version to fix excessive downloads (#20410)
42d9aa59e82 is described below

commit 42d9aa59e82f921441edbf54f7b2127a7fa235c8
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Fri May 26 18:25:52 2023 +0300

    [fix][ci] Update nar maven plugin version to fix excessive downloads (#20410)
    
    (cherry picked from commit 795eb51762b417ea72bf201cdfe5c7585a8c3320)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84c8977f519..c4140f67a20 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.4.3</wagon-ssh-external.version>