You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2020/04/07 03:37:07 UTC

[nifi] branch master updated: NIFI-7326 updated URL to find splunk artifacts (#4188)

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

alopresto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 445efcf  NIFI-7326 updated URL to find splunk artifacts (#4188)
445efcf is described below

commit 445efcfde615e94f03a0a42fab4309313d821046
Author: Joe Witt <jo...@apache.org>
AuthorDate: Mon Apr 6 23:36:56 2020 -0400

    NIFI-7326 updated URL to find splunk artifacts (#4188)
    
    Signed-off-by: Andy LoPresto <al...@apache.org>
---
 nifi-nar-bundles/nifi-splunk-bundle/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
index b11c8d0..73e2432 100644
--- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
@@ -34,9 +34,9 @@
 
     <repositories>
         <repository>
-            <id>splunk</id>
-            <name>Splunk Artifactory</name>
-            <url>https://splunk.artifactoryonline.com/splunk/ext-releases-local/</url>
+            <id>splunk-artifactory</id>
+            <name>Splunk Releases</name>
+            <url>https://splunk.jfrog.io/splunk/ext-releases-local</url>
             <releases>
                 <enabled>true</enabled>
             </releases>