You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/06/10 01:43:41 UTC

[iotdb] branch pentaho-aggdesigner-algorithm12 created (now 05bdfb8)

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

haonan pushed a change to branch pentaho-aggdesigner-algorithm12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 05bdfb8  [To rel/0.12] Fix cannot download pentaho-aggdesigner-algorithm for hive-connector

This branch includes the following new commits:

     new 05bdfb8  [To rel/0.12] Fix cannot download pentaho-aggdesigner-algorithm for hive-connector

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: [To rel/0.12] Fix cannot download pentaho-aggdesigner-algorithm for hive-connector

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch pentaho-aggdesigner-algorithm12
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 05bdfb895fe1b9412f468d4b77f50d8efb8a5580
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Jun 10 09:43:06 2021 +0800

    [To rel/0.12] Fix cannot download pentaho-aggdesigner-algorithm for hive-connector
---
 hive-connector/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 6e2a43a..21e3f9d 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -176,8 +176,8 @@
     <repositories>
         <repository>
             <id>for_pentaho</id>
-            <name>public.nexus.pentaho.org</name>
-            <url>https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release</url>
+            <name>conjars.org</name>
+            <url>http://conjars.org/repo</url>
             <layout>default</layout>
             <releases>
                 <enabled>true</enabled>