You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by ik...@apache.org on 2016/05/19 22:33:10 UTC

[1/2] incubator-omid git commit: [OMID-29] Adding Omid prefix to all artifacts

Repository: incubator-omid
Updated Branches:
  refs/heads/0.8.2.0 bda49da09 -> 863ee0e3f


[OMID-29] Adding Omid prefix to all artifacts

Change-Id: I87da80649cc95b5c3cc314d91a616926622d7aa0


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

Branch: refs/heads/0.8.2.0
Commit: e01c69be2dc57de23a9c696cc5994031bade6f69
Parents: bda49da
Author: Igor Katkov <ka...@yahoo-inc.com>
Authored: Thu May 19 15:27:23 2016 -0700
Committer: Igor Katkov <ka...@yahoo-inc.com>
Committed: Thu May 19 15:27:23 2016 -0700

----------------------------------------------------------------------
 benchmarks/pom.xml          | 12 ++++++------
 codahale-metrics/pom.xml    |  6 +++---
 commit-table/pom.xml        |  2 +-
 common/pom.xml              |  2 +-
 examples/pom.xml            | 13 +++++++------
 hbase-client/pom.xml        | 18 +++++++++---------
 hbase-commit-table/pom.xml  | 12 ++++++------
 hbase-common/pom.xml        |  6 +++---
 hbase-coprocessor/pom.xml   | 14 +++++++-------
 hbase-shims/hbase-0/pom.xml |  2 +-
 hbase-shims/hbase-1/pom.xml |  2 +-
 hbase-tools/pom.xml         | 10 +++++-----
 metrics/pom.xml             |  4 ++--
 statemachine/pom.xml        |  2 +-
 timestamp-storage/pom.xml   | 10 +++++-----
 transaction-client/pom.xml  | 12 ++++++------
 tso-server/pom.xml          | 20 ++++++++++----------
 17 files changed, 74 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/benchmarks/pom.xml
----------------------------------------------------------------------
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index cd373df..810b4e7 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>benchmarks</artifactId>
+    <artifactId>omid-benchmarks</artifactId>
     <name>Benchmarks</name>
 
     <dependencies>
@@ -17,22 +17,22 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>transaction-client</artifactId>
+            <artifactId>omid-transaction-client</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-commit-table</artifactId>
+            <artifactId>omid-hbase-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>metrics</artifactId>
+            <artifactId>omid-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>codahale-metrics</artifactId>
+            <artifactId>omid-codahale-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
 
@@ -115,4 +115,4 @@
 
     </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/codahale-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml
index d8272c6..cfd0013 100644
--- a/codahale-metrics/pom.xml
+++ b/codahale-metrics/pom.xml
@@ -9,7 +9,7 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>codahale-metrics</artifactId>
+    <artifactId>omid-codahale-metrics</artifactId>
     <name>Codahale Metrics</name>
 
     <dependencies>
@@ -18,7 +18,7 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>metrics</artifactId>
+            <artifactId>omid-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
 
@@ -62,4 +62,4 @@
 
     </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/commit-table/pom.xml b/commit-table/pom.xml
index ad9a3cc..c2b777c 100644
--- a/commit-table/pom.xml
+++ b/commit-table/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>commit-table</artifactId>
+    <artifactId>omid-commit-table</artifactId>
     <packaging>jar</packaging>
     <name>Commit Table</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index c9cafdf..29b6acf 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>common</artifactId>
+    <artifactId>omid-common</artifactId>
     <name>Common</name>
     <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 236e377..29d070e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,3 +1,4 @@
+
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
@@ -9,7 +10,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>examples</artifactId>
+    <artifactId>omid-examples</artifactId>
     <name>Omid Client Examples</name>
     <description>Includes some examples showing Omid features</description>
 
@@ -19,13 +20,13 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-client</artifactId>
+            <artifactId>omid-hbase-client</artifactId>
             <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>codahale-metrics</artifactId>
+            <artifactId>omid-codahale-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
         <!-- End of Dependencies on Omid modules -->
@@ -121,7 +122,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -132,7 +133,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -140,4 +141,4 @@
 
     </profiles>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 39d9e42..5081932 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase-client</artifactId>
+    <artifactId>omid-hbase-client</artifactId>
     <packaging>jar</packaging>
     <name>HBase Client</name>
     <description>HBase specific implementation of transaction-client module</description>
@@ -19,37 +19,37 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>transaction-client</artifactId>
+            <artifactId>omid-transaction-client</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-commit-table</artifactId>
+            <artifactId>omid-hbase-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>tso-server</artifactId>
+            <artifactId>omid-tso-server</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>tso-server</artifactId>
+            <artifactId>omid-tso-server</artifactId>
             <version>${project.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>commit-table</artifactId>
+            <artifactId>omid-commit-table</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
             <classifier>tests</classifier>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-tools</artifactId>
+            <artifactId>omid-hbase-tools</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
@@ -167,7 +167,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -178,7 +178,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index f0c6b6c..a57fe42 100644
--- a/hbase-commit-table/pom.xml
+++ b/hbase-commit-table/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase-commit-table</artifactId>
+    <artifactId>omid-hbase-commit-table</artifactId>
     <packaging>jar</packaging>
     <name>HBase Commit Table</name>
 
@@ -18,17 +18,17 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>commit-table</artifactId>
+            <artifactId>omid-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>common</artifactId>
+            <artifactId>omid-common</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-common</artifactId>
+            <artifactId>omid-hbase-common</artifactId>
             <version>${project.version}</version>
         </dependency>
 
@@ -146,7 +146,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -157,7 +157,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index ac45421..b5c81a2 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase-common</artifactId>
+    <artifactId>omid-hbase-common</artifactId>
     <name>HBase Common</name>
     <packaging>jar</packaging>
 
@@ -87,7 +87,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -98,7 +98,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 405fde1..035dcd6 100644
--- a/hbase-coprocessor/pom.xml
+++ b/hbase-coprocessor/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase-coprocessor</artifactId>
+    <artifactId>omid-hbase-coprocessor</artifactId>
     <packaging>jar</packaging>
     <name>HBase Coprocessors</name>
 
@@ -18,24 +18,24 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-commit-table</artifactId>
+            <artifactId>omid-hbase-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>tso-server</artifactId>
+            <artifactId>omid-tso-server</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-client</artifactId>
+            <artifactId>omid-hbase-client</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>tso-server</artifactId>
+            <artifactId>omid-tso-server</artifactId>
             <version>${project.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
@@ -152,7 +152,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -163,7 +163,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-shims/hbase-0/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-0/pom.xml b/hbase-shims/hbase-0/pom.xml
index 6dab82f..2b44273 100644
--- a/hbase-shims/hbase-0/pom.xml
+++ b/hbase-shims/hbase-0/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase0-shims</artifactId>
+    <artifactId>omid-hbase0-shims</artifactId>
     <name>Shims layer for HBase 0.x</name>
     <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-shims/hbase-1/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-1/pom.xml b/hbase-shims/hbase-1/pom.xml
index 4183e3a..6c67760 100644
--- a/hbase-shims/hbase-1/pom.xml
+++ b/hbase-shims/hbase-1/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase1-shims</artifactId>
+    <artifactId>omid-hbase1-shims</artifactId>
     <name>Shims layer for HBase 1.x</name>
     <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/hbase-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 312bec4..2d6dd59 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>hbase-tools</artifactId>
+    <artifactId>omid-hbase-tools</artifactId>
     <name>HBase tools</name>
     <packaging>jar</packaging>
 
@@ -18,13 +18,13 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-commit-table</artifactId>
+            <artifactId>omid-hbase-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>timestamp-storage</artifactId>
+            <artifactId>omid-timestamp-storage</artifactId>
             <version>${project.version}</version>
         </dependency>
         <!-- End of Dependencies on Omid modules -->
@@ -103,7 +103,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -114,7 +114,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 41b37b7..10c41e4 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -9,7 +9,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>metrics</artifactId>
+    <artifactId>omid-metrics</artifactId>
     <name>Metrics</name>
 
     <dependencies>
@@ -67,4 +67,4 @@
 
     </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/statemachine/pom.xml
----------------------------------------------------------------------
diff --git a/statemachine/pom.xml b/statemachine/pom.xml
index 9db6e9b..f10c521 100644
--- a/statemachine/pom.xml
+++ b/statemachine/pom.xml
@@ -9,7 +9,7 @@
     </parent>
 
     <name>State Machine</name>
-    <artifactId>statemachine</artifactId>
+    <artifactId>omid-statemachine</artifactId>
     <packaging>jar</packaging>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/timestamp-storage/pom.xml
----------------------------------------------------------------------
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index 5392e26..22e275c 100644
--- a/timestamp-storage/pom.xml
+++ b/timestamp-storage/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>timestamp-storage</artifactId>
+    <artifactId>omid-timestamp-storage</artifactId>
     <name>Timestamp Storage</name>
     <packaging>jar</packaging>
 
@@ -18,12 +18,12 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-common</artifactId>
+            <artifactId>omid-hbase-common</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>common</artifactId>
+            <artifactId>omid-common</artifactId>
             <version>${project.version}</version>
         </dependency>
 
@@ -133,7 +133,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -144,7 +144,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/transaction-client/pom.xml
----------------------------------------------------------------------
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index 8b4efff..281f9db 100644
--- a/transaction-client/pom.xml
+++ b/transaction-client/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>transaction-client</artifactId>
+    <artifactId>omid-transaction-client</artifactId>
     <packaging>jar</packaging>
     <name>Transaction Client</name>
 
@@ -18,27 +18,27 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>common</artifactId>
+            <artifactId>omid-common</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>statemachine</artifactId>
+            <artifactId>omid-statemachine</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>commit-table</artifactId>
+            <artifactId>omid-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>metrics</artifactId>
+            <artifactId>omid-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>commit-table</artifactId>
+            <artifactId>omid-commit-table</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
             <classifier>tests</classifier>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/e01c69be/tso-server/pom.xml
----------------------------------------------------------------------
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index 528e3c4..eb32474 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -8,7 +8,7 @@
         <version>0.8.1.48-SNAPSHOT</version>
     </parent>
 
-    <artifactId>tso-server</artifactId>
+    <artifactId>omid-tso-server</artifactId>
     <packaging>jar</packaging>
     <name>TSO and TO Servers</name>
     <description>Omid Transaction Status Oracle server and Timestamp Oracle</description>
@@ -19,44 +19,44 @@
 
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>commit-table</artifactId>
+            <artifactId>omid-commit-table</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>timestamp-storage</artifactId>
+            <artifactId>omid-timestamp-storage</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>metrics</artifactId>
+            <artifactId>omid-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
         <!-- The codahale-related dependency is added here just to include the jar in the final
         tar.gz package assembled. -->
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>codahale-metrics</artifactId>
+            <artifactId>omid-codahale-metrics</artifactId>
             <version>${project.version}</version>
         </dependency>
         <!-- The hbase-related dependency is added here just to include the jar in the final tar.gz package assembled.
         The hbase tools are handy to create the required Omid tables from the same script that starts the TSO server -->
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>hbase-tools</artifactId>
+            <artifactId>omid-hbase-tools</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>commit-table</artifactId>
+            <artifactId>omid-commit-table</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
             <classifier>tests</classifier>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>
-            <artifactId>transaction-client</artifactId>
+            <artifactId>omid-transaction-client</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
@@ -282,7 +282,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase0-shims</artifactId>
+                    <artifactId>omid-hbase0-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>
@@ -293,7 +293,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.omid</groupId>
-                    <artifactId>hbase1-shims</artifactId>
+                    <artifactId>omid-hbase1-shims</artifactId>
                     <version>${project.version}</version>
                 </dependency>
             </dependencies>


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

Posted by ik...@apache.org.
[OMID-30] tso-server distribution for hbase-1 carries omid-hbase0-shims.jar

Change-Id: I3a34b0aadf7c9c59a50bd643a60de4dc899d04ab


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

Branch: refs/heads/0.8.2.0
Commit: 863ee0e3ffcd109ab3fc041678916394df4b63f2
Parents: e01c69b
Author: Igor Katkov <ka...@yahoo-inc.com>
Authored: Thu May 19 15:32:34 2016 -0700
Committer: Igor Katkov <ka...@yahoo-inc.com>
Committed: Thu May 19 15:32:34 2016 -0700

----------------------------------------------------------------------
 examples/pom.xml           | 4 ----
 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, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/863ee0e3/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 29d070e..1121989 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,4 +1,3 @@
-
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
@@ -116,9 +115,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/863ee0e3/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 5081932..c6de578 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/863ee0e3/hbase-commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index a57fe42..c0036ae 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/863ee0e3/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index b5c81a2..92fdba2 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/863ee0e3/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 035dcd6..7d9ec08 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/863ee0e3/hbase-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 2d6dd59..7170af9 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/863ee0e3/timestamp-storage/pom.xml
----------------------------------------------------------------------
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index 22e275c..b959ab6 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/863ee0e3/tso-server/pom.xml
----------------------------------------------------------------------
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index eb32474..d784197 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>