Skip to content

Commit

Permalink
ARROW-279: rename vector module to arrow-vector
Browse files Browse the repository at this point in the history
Author: Julien Le Dem <julien@dremio.com>

Closes #127 from julienledem/rename_vector and squashes the following commits:

cf8a2aa [Julien Le Dem] ARROW-279: rename vector module to arrow-vector
  • Loading branch information
julienledem committed Aug 29, 2016
1 parent 0a411fd commit e197b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>arrow-memory</artifactId>
<name>arrow-memory</name>
<name>Arrow Memory</name>

<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<artifactId>arrow-java-root</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>vector</artifactId>
<name>vectors</name>
<artifactId>arrow-vector</artifactId>
<name>Arrow Vectors</name>

<dependencies>

Expand Down

0 comments on commit e197b2d

Please sign in to comment.