Skip to content

Commit

Permalink
Merge pull request #5 from mickaellcr/fix_pom
Browse files Browse the repository at this point in the history
Fix pom.xml
  • Loading branch information
julienledem committed Mar 8, 2013
2 parents bf0bd57 + e1b2f29 commit 70abea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parquet-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>parquet</groupId>
<groupId>com.twitter</groupId>
<artifactId>parquet-format</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion parquet-pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>parquet</groupId>
<groupId>com.twitter</groupId>
<artifactId>parquet-format</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Expand Down

0 comments on commit 70abea6

Please sign in to comment.