You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2014/09/17 04:11:33 UTC

[jira] [Updated] (KNOX-424) Fix maven groupId

     [ https://issues.apache.org/jira/browse/KNOX-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Minder updated KNOX-424:
------------------------------
    Attachment: KNOX-424.patch

> 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
>
>         Attachments: KNOX-424.patch
>
>
> 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)