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

[incubator-pinot] branch remove-jboss-chibi updated (5794eec -> c5ca7af)

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

snlee pushed a change to branch remove-jboss-chibi
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 5794eec  Remove jboss and chibi repository from pom file
     new c5ca7af  Remove jboss and chibi repository from pom file Since we do not need jboss and chibi repositories for building Pinot, thir pr removes the unnecessary repositories.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5794eec)
            \
             N -- N -- N   refs/heads/remove-jboss-chibi (c5ca7af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


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


[incubator-pinot] 01/01: Remove jboss and chibi repository from pom file Since we do not need jboss and chibi repositories for building Pinot, thir pr removes the unnecessary repositories.

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

snlee pushed a commit to branch remove-jboss-chibi
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit c5ca7af137ef6379eebc111b5db7ab20226061a8
Author: Seunghyun Lee <sn...@linkedin.com>
AuthorDate: Tue Jun 18 22:08:43 2019 -0700

    Remove jboss and chibi repository from pom file
    Since we do not need jboss and chibi repositories for building
    Pinot, thir pr removes the unnecessary repositories.
---
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0d562b2..95bd02c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,30 +185,6 @@
       </build>
     </profile>
   </profiles>
-
-  <repositories>
-    <repository>
-      <id>jboss.org</id>
-      <url>http://repository.jboss.org</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>chibi</id>
-      <url>http://www.chibi.ubc.ca/maven2/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <dependencyManagement>
     <dependencies>
       <dependency>


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