Updating the apache parent pom version to 16. This fixes an issue with building site + javadoc in our release process.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/7dc13405 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/7dc13405 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/7dc13405 Branch: refs/heads/master Commit: 7dc134053fbe292be2af6a162d55dbace68d077b Parents: 2f6dae2 Author: Aaron McCurry <[email protected]> Authored: Fri Feb 6 09:16:34 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Fri Feb 6 09:16:34 2015 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7dc13405/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b5911a7..41780fc 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>13</version> + <version>16</version> </parent> <groupId>org.apache.blur</groupId>
