Updated Branches: refs/heads/master 33eeef09e -> bc55d21fb
Updates to the pom to get the multi-project site staging to work correctly. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/b8921016 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/b8921016 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/b8921016 Branch: refs/heads/master Commit: b8921016b25441907d69e1f373b8adbc1dcb4bae Parents: 33eeef0 Author: Aaron McCurry <[email protected]> Authored: Mon Sep 2 11:20:31 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Sep 2 11:20:31 2013 -0400 ---------------------------------------------------------------------- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/b8921016/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a745495..e4fd707 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>11</version> + <version>13</version> </parent> <groupId>org.apache.blur</groupId> @@ -37,6 +37,13 @@ under the License. <url>http://incubator.apache.org/blur/</url> <inceptionYear>2012</inceptionYear> + <distributionManagement> + <site> + <id>${project.artifactId}-site</id> + <url>http://incubator.apache.org/blur</url> + </site> + </distributionManagement> + <properties> <zookeeper.version>3.4.5</zookeeper.version> <log4j.version>1.2.15</log4j.version>
