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/02/01 19:28:23 UTC

[incubator-pinot] branch master updated: Fix wrong Pinot versions (0.016->0.1.0-SNAPSHOT) (#3778)

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

snlee 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 ab04398  Fix wrong Pinot versions (0.016->0.1.0-SNAPSHOT) (#3778)
ab04398 is described below

commit ab043984f9e210bdb45c286e3419b5b224a5b390
Author: Seunghyun Lee <sn...@linkedin.com>
AuthorDate: Fri Feb 1 11:28:18 2019 -0800

    Fix wrong Pinot versions (0.016->0.1.0-SNAPSHOT) (#3778)
---
 pinot-azure-filesystem/pom.xml | 2 +-
 thirdeye/pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pinot-azure-filesystem/pom.xml b/pinot-azure-filesystem/pom.xml
index 8a2f94d..1d8e139 100644
--- a/pinot-azure-filesystem/pom.xml
+++ b/pinot-azure-filesystem/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-filesystem</artifactId>
-      <version>0.016</version>
+      <version>0.1.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/thirdeye/pom.xml b/thirdeye/pom.xml
index c7efa52..febd1d9 100644
--- a/thirdeye/pom.xml
+++ b/thirdeye/pom.xml
@@ -34,7 +34,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <pinot.version>0.016</pinot.version>
+    <pinot.version>0.1.0-SNAPSHOT</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