You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2017/11/15 18:48:32 UTC

[37/37] phoenix git commit: PHOENIX-4351 Add i18n-util to bin LICENSE file and to dependencyManagement

PHOENIX-4351 Add i18n-util to bin LICENSE file and to dependencyManagement


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

Branch: refs/heads/4.x-HBase-1.1
Commit: d200b51658b028950b0768df85521f79aeb6a951
Parents: b115f9b
Author: Josh Elser <el...@apache.org>
Authored: Mon Nov 6 15:21:35 2017 -0500
Committer: James Taylor <jt...@salesforce.com>
Committed: Wed Nov 15 10:46:42 2017 -0800

----------------------------------------------------------------------
 dev/release_files/LICENSE | 2 ++
 phoenix-core/pom.xml      | 3 +--
 pom.xml                   | 5 +++++
 3 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d200b516/dev/release_files/LICENSE
----------------------------------------------------------------------
diff --git a/dev/release_files/LICENSE b/dev/release_files/LICENSE
index a72ce86..0fd0255 100644
--- a/dev/release_files/LICENSE
+++ b/dev/release_files/LICENSE
@@ -254,6 +254,8 @@ Janino Compiler (https://github.com/janino-compiler/janino)
 
 Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
 
+i18n-util 1.0.1 (https://github.com/salesforce/i18n-util) Copyright (c) 2017, Salesforce.com, Inc. All rights reserved.
+
 ---
 
 This product bundles the following products which are licensed with

http://git-wip-us.apache.org/repos/asf/phoenix/blob/d200b516/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 0bdcc07..93fc70b 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -471,10 +471,9 @@
       <artifactId>stream</artifactId>
       <version>${stream.version}</version>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>com.salesforce.i18n</groupId>
       <artifactId>i18n-util</artifactId>
-      <version>1.0.1</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/d200b516/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 933e710..48bfa16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -927,6 +927,11 @@
         <artifactId>stream</artifactId>
         <version>${stream.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.salesforce.i18n</groupId>
+        <artifactId>i18n-util</artifactId>
+        <version>1.0.1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>