Balazs Meszaros created HBASE-21842:
---------------------------------------
Summary: Remove ${revision} from parent POMs
Key: HBASE-21842
URL: https://issues.apache.org/jira/browse/HBASE-21842
Project: HBase
Issue Type: Improvement
Components: hbase-connectors
Affects Versions: connector-1.0.0
Reporter: Balazs Meszaros
Assignee: Balazs Meszaros
We are referencing parent POMs with
{noformat}
<parent>
<groupId>org.apache.hbase.connectors</groupId>
<artifactId>hbase-connectors</artifactId>
<version>${revision}</version>
<relativePath>../</relativePath>
</parent>
{noformat}
It is a wrong approach because ${revision} is not defined in the child
projects, so invoking maven in a sub-directory will fail.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)