You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ju...@apache.org on 2012/07/04 03:03:21 UTC

svn commit: r1357029 - in /pig/trunk: CHANGES.txt ivy.xml

Author: julien
Date: Wed Jul  4 01:03:19 2012
New Revision: 1357029

URL: http://svn.apache.org/viewvc?rev=1357029&view=rev
Log:
PIG-2787: change the module name in ivy to lowercase to match the maven repo (julien)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/ivy.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1357029&r1=1357028&r2=1357029&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Jul  4 01:03:19 2012
@@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-2787: change the module name in ivy to lowercase to match the maven repo (julien)
+
 PIG-2632: Create a SchemaTuple which generates efficient Tuples via code gen (jcoveney)
 
 PIG-2750: add artifacts to the ivy.xml for other jars Pig generates (julien)

Modified: pig/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/pig/trunk/ivy.xml?rev=1357029&r1=1357028&r2=1357029&view=diff
==============================================================================
--- pig/trunk/ivy.xml (original)
+++ pig/trunk/ivy.xml Wed Jul  4 01:03:19 2012
@@ -20,7 +20,7 @@
 <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>