Repository: orc Updated Branches: refs/heads/master 08b854425 -> b010297dc
ORC-61. Update parent pom to the current version of the Apache master pom. Fixes #32 Signed-off-by: Owen O'Malley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/b010297d Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/b010297d Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/b010297d Branch: refs/heads/master Commit: b010297dce0e86f22422ca1d0a040766f7601464 Parents: 08b8544 Author: Owen O'Malley <[email protected]> Authored: Thu Jun 2 08:17:22 2016 -0700 Committer: Owen O'Malley <[email protected]> Committed: Thu Jun 2 10:55:55 2016 -0700 ---------------------------------------------------------------------- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/b010297d/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index a95b2e9..5121c7e 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>14</version> + <version>18</version> </parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId>
