Repository: incubator-blur
Updated Branches:
  refs/heads/master 8fa457748 -> 28bbf71b4


Fixing missing brace.


Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/28bbf71b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/28bbf71b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/28bbf71b

Branch: refs/heads/master
Commit: 28bbf71b4c296ee9c197801f339d22c6e5bad338
Parents: 8fa4577
Author: Aaron McCurry <amccu...@gmail.com>
Authored: Wed Jan 6 12:34:48 2016 -0500
Committer: Aaron McCurry <amccu...@gmail.com>
Committed: Wed Jan 6 12:34:48 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/28bbf71b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ebe6ae6..7d3f042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@ under the License.
                
<hadoop.version.display>${hadoop.version}</hadoop.version.display>
                <projectVersionSuffix></projectVersionSuffix>
                
<projectVersion>${project.parent.version}.${hadoop.version.display}${projectVersionSuffix}</projectVersion>
-               
<projectHiveVersion>${project.parent.version}.${hadoop.version.display.${hive.version.display}${projectVersionSuffix}</projectHiveVersion>
+               
<projectHiveVersion>${project.parent.version}.${hadoop.version.display}.${hive.version.display}${projectVersionSuffix}</projectHiveVersion>
        </properties>
 
        <dependencyManagement>

Reply via email to