Skip to content

Commit

Permalink
PARQUET-1677: Bump Apache Pig from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Oct 15, 2019
1 parent 57bd243 commit 2e90842
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion parquet-pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<groupId>org.apache.pig</groupId>
<artifactId>pig</artifactId>
<version>${pig.version}</version>
<classifier>${pig.classifier}</classifier>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion parquet-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<groupId>org.apache.pig</groupId>
<artifactId>pig</artifactId>
<version>${pig.version}</version>
<classifier>${pig.classifier}</classifier>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
<!-- scala.binary.version is used for projects that fetch dependencies that are in scala -->
<scala.binary.version>2.10</scala.binary.version>
<scala.maven.test.skip>false</scala.maven.test.skip>
<pig.version>0.16.0</pig.version>
<pig.classifier>h2</pig.classifier>
<pig.version>0.17.0</pig.version>
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
<thrift.version>0.12.0</thrift.version>
<format.thrift.version>0.12.0</format.thrift.version>
Expand Down

0 comments on commit 2e90842

Please sign in to comment.