You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2019/04/30 22:47:53 UTC

[incubator-pinot] branch master updated: Pin down Pinot version to 0.1.0; enables you to build thirdeye without building pinot (#4179)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b4c9bdc  Pin down Pinot version to 0.1.0; enables you to build thirdeye without building pinot (#4179)
b4c9bdc is described below

commit b4c9bdc6fb4f741d1865077fbf6d2ef62027b430
Author: Akshay Rai <ak...@gmail.com>
AuthorDate: Tue Apr 30 15:47:48 2019 -0700

    Pin down Pinot version to 0.1.0; enables you to build thirdeye without building pinot (#4179)
---
 thirdeye/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/pom.xml b/thirdeye/pom.xml
index 5772ace..0809f1e 100644
--- a/thirdeye/pom.xml
+++ b/thirdeye/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <pinot.version>0.2.0-SNAPSHOT</pinot.version>
+    <pinot.version>0.1.0</pinot.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jdk.version>1.8</jdk.version>
     <dropwizard.version>0.9.2</dropwizard.version>


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