Author: daijy
Date: Wed Aug  5 23:31:41 2015
New Revision: 1694380

URL: http://svn.apache.org/r1694380
Log:
PIG-4650: ant mvn-deploy target is broken

Modified:
    pig/branches/branch-0.15/CHANGES.txt
    pig/branches/branch-0.15/build.xml

Modified: pig/branches/branch-0.15/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/branches/branch-0.15/CHANGES.txt?rev=1694380&r1=1694379&r2=1694380&view=diff
==============================================================================
--- pig/branches/branch-0.15/CHANGES.txt (original)
+++ pig/branches/branch-0.15/CHANGES.txt Wed Aug  5 23:31:41 2015
@@ -30,6 +30,7 @@ BUG FIXES
 
 PIG-4649: [Pig on Tez] Union followed by HCatStorer misses some data (rohini)
 
+PIG-4650: ant mvn-deploy target is broken (daijy)
 
 Release 0.15.0
 

Modified: pig/branches/branch-0.15/build.xml
URL: 
http://svn.apache.org/viewvc/pig/branches/branch-0.15/build.xml?rev=1694380&r1=1694379&r2=1694380&view=diff
==============================================================================
--- pig/branches/branch-0.15/build.xml (original)
+++ pig/branches/branch-0.15/build.xml Wed Aug  5 23:31:41 2015
@@ -1315,7 +1315,7 @@
     <target name="simpledeploy" unless="staging">
       <artifact:pom file="${pig.pom}" id="pig"/>
       <artifact:install-provider artifactId="wagon-http" 
version="${wagon-http.version}"/>
-      <artifact:deploy file="${output.jarfile.core-h1}">
+      <artifact:deploy file="${output.jarfile.core}">
               <remoteRepository id="${snapshots_repo_id}" 
url="${asfsnapshotrepo}"/>
               <pom refid="pig"/>
               <attach file="${output.jarfile.core-h2}" classifier="h2" />


Reply via email to