Repository: bookkeeper Updated Branches: refs/heads/master 83d5d9e2a -> c94bbbacd
BOOKKEEPER-1043: Upgrade Apache Parent Pom Reference to latest version Author: eolivelli <[email protected]> Reviewers: Ivan Kelly <[email protected]> Closes #133 from eolivelli/BOOKKEEPER-1043-upgrade-pom Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/c94bbbac Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/c94bbbac Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/c94bbbac Branch: refs/heads/master Commit: c94bbbacd7dcf369c51480a21ad8e55f1af4c9a6 Parents: 83d5d9e Author: eolivelli <[email protected]> Authored: Mon Apr 24 14:30:06 2017 +0200 Committer: eolivelli <[email protected]> Committed: Mon Apr 24 14:30:06 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c94bbbac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d3387ce..4b2eb3c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>9</version> + <version>18</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId>
