You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2013/10/07 23:42:49 UTC

svn commit: r1530080 - /hive/branches/branch-0.12/build.xml

Author: thejas
Date: Mon Oct  7 21:42:49 2013
New Revision: 1530080

URL: http://svn.apache.org/r1530080
Log:
HIVE-5477 : maven-publish fails because it can't find hive-metastore-0.12.0.pom (Thejas M Nair via Ashutosh Chauhan)

Modified:
    hive/branches/branch-0.12/build.xml

Modified: hive/branches/branch-0.12/build.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/build.xml?rev=1530080&r1=1530079&r2=1530080&view=diff
==============================================================================
--- hive/branches/branch-0.12/build.xml (original)
+++ hive/branches/branch-0.12/build.xml Mon Oct  7 21:42:49 2013
@@ -1426,8 +1426,8 @@
         output.file="${mvn.jar.dir}/hive-metastore-${version}.jar.asc"
         gpg.passphrase="${gpg.passphrase}"/>
     <sign-artifact
-        input.file="${mvn.jar.dir}/hive-metastore-${version}.pom"
-        output.file="${mvn.jar.dir}/hive-metastore-${version}.pom.asc"
+        input.file="${mvn.pom.dir}/hive-metastore-${version}.pom"
+        output.file="${mvn.pom.dir}/hive-metastore-${version}.pom.asc"
         gpg.passphrase="${gpg.passphrase}"/>
 
     <!-- hive-serde -->