You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2012/07/04 03:04:34 UTC

[jira] [Resolved] (PIG-2787) change the module name in ivy to lowercase to match the maven repo

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

Julien Le Dem resolved PIG-2787.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11
         Assignee: Julien Le Dem
    
> change the module name in ivy to lowercase to match the maven repo
> ------------------------------------------------------------------
>
>                 Key: PIG-2787
>                 URL: https://issues.apache.org/jira/browse/PIG-2787
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Julien Le Dem
>            Assignee: Julien Le Dem
>             Fix For: 0.11
>
>         Attachments: PIG-2787.patch
>
>
> ivy.xml
> {noformat}
>  <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"
>      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>      xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
> -  <info organisation="org.apache.pig" module="${ant.project.name}" revision="${version}">
> +  <info organisation="org.apache.pig" module="${name}" revision="${version}">
>      <license name="Apache 2.0"/>
>      <ivyauthor name="Apache Hadoop Team" url="http://hadoop.apache.org/pig"/>
>      <description>Pig</description>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira