You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2019/06/18 00:52:03 UTC

[incubator-pinot] branch repo-testing created (now 51a4a26)

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

mcvsubbu pushed a change to branch repo-testing
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 51a4a26  Including https apache repo in repositories

This branch includes the following new commits:

     new 51a4a26  Including https apache repo in repositories

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Including https apache repo in repositories

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

mcvsubbu pushed a commit to branch repo-testing
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 51a4a2696885186b80690787c6961a84e25d0e48
Author: Subbu Subramaniam <ss...@linkedin.com>
AuthorDate: Mon Jun 17 17:47:12 2019 -0700

    Including https apache repo in repositories
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0d562b2..d7a36d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,16 @@
 
   <repositories>
     <repository>
+      <id>apache.org</id>
+      <url>repo.maven.apache.org/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>jboss.org</id>
       <url>http://repository.jboss.org</url>
       <releases>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org