Skip to content

Commit

Permalink
Fix wrong Pinot versions (0.016->0.1.0-SNAPSHOT) (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunghyun Lee committed Feb 1, 2019
1 parent b24f46a commit ab04398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinot-azure-filesystem/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion thirdeye/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit ab04398

Please sign in to comment.