You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by fp...@apache.org on 2016/06/03 21:27:34 UTC

[07/23] incubator-omid git commit: [OMID-30] tso-server distribution for hbase-1 carries omid-hbase0-shims.jar

[OMID-30] tso-server distribution for hbase-1 carries omid-hbase0-shims.jar

Change-Id: If699a73f0eea251b177890f4b3c4637b496c86d5


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

Branch: refs/heads/master
Commit: a2cf5c853d67f0bf7b85fb803ddc440d8ad00c72
Parents: 709e044
Author: Igor Katkov <ka...@yahoo-inc.com>
Authored: Thu May 19 15:32:14 2016 -0700
Committer: Igor Katkov <ka...@yahoo-inc.com>
Committed: Thu May 19 15:32:14 2016 -0700

----------------------------------------------------------------------
 examples/pom.xml           | 3 ---
 hbase-client/pom.xml       | 3 ---
 hbase-commit-table/pom.xml | 3 ---
 hbase-common/pom.xml       | 3 ---
 hbase-coprocessor/pom.xml  | 3 ---
 hbase-tools/pom.xml        | 3 ---
 timestamp-storage/pom.xml  | 3 ---
 tso-server/pom.xml         | 3 ---
 8 files changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index e7ca3cb..2b8583f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -121,9 +121,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 8feb869..076c738 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -161,9 +161,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/hbase-commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index ce11051..669a536 100644
--- a/hbase-commit-table/pom.xml
+++ b/hbase-commit-table/pom.xml
@@ -140,9 +140,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index a398833..c44b72f 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -81,9 +81,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 79fc36f..ff2b33a 100644
--- a/hbase-coprocessor/pom.xml
+++ b/hbase-coprocessor/pom.xml
@@ -146,9 +146,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/hbase-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 8526023..269f453 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -97,9 +97,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/timestamp-storage/pom.xml
----------------------------------------------------------------------
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index 37bbe6e..5e7f6a7 100644
--- a/timestamp-storage/pom.xml
+++ b/timestamp-storage/pom.xml
@@ -127,9 +127,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/a2cf5c85/tso-server/pom.xml
----------------------------------------------------------------------
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index e24cf16..a47880f 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -276,9 +276,6 @@
 
         <profile>
             <id>hbase-0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>