You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by oh...@apache.org on 2018/11/14 14:34:24 UTC

incubator-omid git commit: [ci skip] change version to 1.0.0.0-SNAPSHOT

Repository: incubator-omid
Updated Branches:
  refs/heads/1.0.0 1e5ee3ff3 -> 3a18a72d2


[ci skip] change version to 1.0.0.0-SNAPSHOT


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

Branch: refs/heads/1.0.0
Commit: 3a18a72d252748c181e9eba95b8c7d0689b21a40
Parents: 1e5ee3f
Author: Ohad Shacham <oh...@yahoo-inc.com>
Authored: Wed Nov 14 16:34:18 2018 +0200
Committer: Ohad Shacham <oh...@yahoo-inc.com>
Committed: Wed Nov 14 16:34:18 2018 +0200

----------------------------------------------------------------------
 benchmarks/pom.xml          | 2 +-
 codahale-metrics/pom.xml    | 2 +-
 commit-table/pom.xml        | 2 +-
 common/pom.xml              | 2 +-
 examples/pom.xml            | 2 +-
 hbase-client/pom.xml        | 2 +-
 hbase-commit-table/pom.xml  | 2 +-
 hbase-common/pom.xml        | 2 +-
 hbase-coprocessor/pom.xml   | 2 +-
 hbase-shims/hbase-1/pom.xml | 2 +-
 hbase-shims/hbase-2/pom.xml | 2 +-
 hbase-shims/pom.xml         | 2 +-
 hbase-tools/pom.xml         | 2 +-
 metrics/pom.xml             | 2 +-
 packaging/pom.xml           | 4 ++--
 pom.xml                     | 2 +-
 statemachine/pom.xml        | 2 +-
 timestamp-storage/pom.xml   | 2 +-
 transaction-client/pom.xml  | 2 +-
 tso-server/pom.xml          | 2 +-
 20 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/benchmarks/pom.xml
----------------------------------------------------------------------
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index c872768..ee126e5 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-benchmarks</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/codahale-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml
index 9d29149..9dcb932 100644
--- a/codahale-metrics/pom.xml
+++ b/codahale-metrics/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <artifactId>omid</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/commit-table/pom.xml b/commit-table/pom.xml
index 0cc3cfc..62133e4 100644
--- a/commit-table/pom.xml
+++ b/commit-table/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-commit-table</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 9d5bfa5..6c40e3e 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 85a1a72..283e7ee 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>omid</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 251ef78..ebbf58a 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-client-${hbase.artifactId.suffix}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index 5710ccf..4103176 100644
--- a/hbase-commit-table/pom.xml
+++ b/hbase-commit-table/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-commit-table-${hbase.artifactId.suffix}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index d2fb9b9..9dc97ef 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-common-${hbase.artifactId.suffix}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 159fbad..f70b14f 100644
--- a/hbase-coprocessor/pom.xml
+++ b/hbase-coprocessor/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-coprocessor-${hbase.artifactId.suffix}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-shims/hbase-1/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-1/pom.xml b/hbase-shims/hbase-1/pom.xml
index b3f7a42..47f3663 100644
--- a/hbase-shims/hbase-1/pom.xml
+++ b/hbase-shims/hbase-1/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid-shims-aggregator</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>${shims1.artifactId}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-shims/hbase-2/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-2/pom.xml b/hbase-shims/hbase-2/pom.xml
index 8694169..f1a3db0 100644
--- a/hbase-shims/hbase-2/pom.xml
+++ b/hbase-shims/hbase-2/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>omid-shims-aggregator</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-shims/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/pom.xml b/hbase-shims/pom.xml
index 5eae0dc..c9b6deb 100644
--- a/hbase-shims/pom.xml
+++ b/hbase-shims/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-shims-aggregator</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/hbase-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 256405c..f1c3b46 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-tools-${hbase.artifactId.suffix}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 6d9b67b..f158e41 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>omid</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index eddbbc9..6d8294b 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -19,11 +19,11 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-packaging</artifactId>
-  <version>0.8.2.1-SNAPSHOT</version>
+  <version>1.0.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Omid Packaging</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5aefcf3..28323cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>omid</artifactId>
     <packaging>pom</packaging>
     <!-- WARNING: do not update version manually, use mvn versions:set -->
-    <version>0.9.1.0-SNAPSHOT</version>
+    <version>1.0.0.0-SNAPSHOT</version>
 
     <organization>
         <name>Apache Software Foundation</name>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/statemachine/pom.xml
----------------------------------------------------------------------
diff --git a/statemachine/pom.xml b/statemachine/pom.xml
index e67dc26..e32ff17 100644
--- a/statemachine/pom.xml
+++ b/statemachine/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <name>State Machine</name>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/timestamp-storage/pom.xml
----------------------------------------------------------------------
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index d8bcd79..04ff420 100644
--- a/timestamp-storage/pom.xml
+++ b/timestamp-storage/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-timestamp-storage-${hbase.artifactId.suffix}</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/transaction-client/pom.xml
----------------------------------------------------------------------
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index 0bb0d36..3e000f1 100644
--- a/transaction-client/pom.xml
+++ b/transaction-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-transaction-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3a18a72d/tso-server/pom.xml
----------------------------------------------------------------------
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index 2442988..99598ca 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.9.1.0-SNAPSHOT</version>
+        <version>1.0.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-tso-server-${hbase.artifactId.suffix}</artifactId>