Repository: hive
Updated Branches:
  refs/heads/master 7500ab561 -> 80892ca28


HIVE-14375: hcatalog-pig-adaptor pom.xml uses joda-time 2.2 instead of 
${joda.version} that uses 2.8.1 (Sergio Pena, reviewed by Aihua Xu)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/80892ca2
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/80892ca2
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/80892ca2

Branch: refs/heads/master
Commit: 80892ca28c7e459f6356b01290055582af100952
Parents: 7500ab5
Author: Sergio Pena <[email protected]>
Authored: Fri Aug 5 09:52:05 2016 -0500
Committer: Sergio Pena <[email protected]>
Committed: Fri Aug 5 09:52:05 2016 -0500

----------------------------------------------------------------------
 hcatalog/hcatalog-pig-adapter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/80892ca2/hcatalog/hcatalog-pig-adapter/pom.xml
----------------------------------------------------------------------
diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml 
b/hcatalog/hcatalog-pig-adapter/pom.xml
index 9763d36..3a72260 100644
--- a/hcatalog/hcatalog-pig-adapter/pom.xml
+++ b/hcatalog/hcatalog-pig-adapter/pom.xml
@@ -78,7 +78,7 @@
         in Pig which requires it This is fixed in Pig's pom file in ASF trunk 
(pig 13)-->
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>2.2</version>
+      <version>${joda.version}</version>
     </dependency>
 
     <!-- test intra-project -->

Reply via email to