Kevin Minder created KNOX-424:
---------------------------------
Summary: Fix maven groupId
Key: KNOX-424
URL: https://issues.apache.org/jira/browse/KNOX-424
Project: Apache Knox
Issue Type: Bug
Components: Build
Affects Versions: 0.5.0
Reporter: Kevin Minder
Fix For: 0.5.0
Currently all modules (including root) use an inappropriate groupId of
org.apache.hadoop. These should be changed to org.apache.knox.
{code}
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>gateway</artifactId>
<version>0.6.0-SNAPSHOT</version>
</parent>
<artifactId>gateway-release</artifactId>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)