You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2020/03/01 01:51:09 UTC

[hive] branch master updated: HIVE-22951 : Fix invalid repo url in pom (zhangbutao via Ashutosh Chauhan)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e529a16  HIVE-22951 : Fix invalid repo url in pom (zhangbutao via Ashutosh Chauhan)
e529a16 is described below

commit e529a1610ce0f620fd2023519aa6a196585c1aad
Author: Ashutosh Chauhan <ha...@apache.org>
AuthorDate: Sat Feb 29 17:50:26 2020 -0800

    HIVE-22951 : Fix invalid repo url in pom (zhangbutao via Ashutosh Chauhan)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a005f35..d804a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,8 +240,8 @@
       </releases>
     </repository>
     <repository>
-       <id>druid-apache-rc-testing</id>
-       <url>https://repository.apache.org/content/repositories/orgapachedruid-1001/</url>
+       <id>repository-release</id>
+       <url>https://repository.apache.org/content/repositories/releases/</url>
        <releases>
          <enabled>true</enabled>
        </releases>