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/09 20:58:28 UTC

[20/20] 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/0454e421
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0454e421
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0454e421

Branch: refs/heads/5.x-HBase-2.0
Commit: 0454e42112fa90b5c23c0d47be98e7ed9ad4f6c3
Parents: ee91a60
Author: Josh Elser <el...@apache.org>
Authored: Mon Nov 6 15:21:35 2017 -0500
Committer: James Taylor <jt...@salesforce.com>
Committed: Thu Nov 9 12:54:44 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/0454e421/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/0454e421/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index d331b78..1f54371 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/0454e421/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ad8f53..dd816ed 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>