Fix to the maven pom.xml. Adding a version tag that is calculated from the hadoop profiles.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/d609201f Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/d609201f Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/d609201f Branch: refs/heads/apache-blur-0.2 Commit: d609201fef82f6141a7e104b01c84f2e8eda6b66 Parents: d276fd6 Author: Aaron McCurry <[email protected]> Authored: Sun May 18 20:39:56 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun May 18 20:39:56 2014 -0400 ---------------------------------------------------------------------- contrib/blur-console/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/d609201f/contrib/blur-console/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/blur-console/pom.xml b/contrib/blur-console/pom.xml index 4df3445..e3f22d5 100644 --- a/contrib/blur-console/pom.xml +++ b/contrib/blur-console/pom.xml @@ -23,6 +23,7 @@ <groupId>org.apache.blur</groupId> <artifactId>blur-console</artifactId> + <version>${projectVersion}</version> <packaging>jar</packaging> <name>Blur Console</name>
