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/09 23:12:10 UTC

[4/4] incubator-omid git commit: [ci skip]prepare for next development iteration

[ci skip]prepare for next development iteration


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

Branch: refs/heads/master
Commit: 771255e32f32edb752e8b0d4dd0ad3699c1e3e44
Parents: bc4c9d3
Author: Omid CI <om...@yahoo-inc.com>
Authored: Thu Jun 9 21:49:07 2016 +0000
Committer: Omid CI <om...@yahoo-inc.com>
Committed: Thu Jun 9 21:49:07 2016 +0000

----------------------------------------------------------------------
 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-0/pom.xml | 2 +-
 hbase-shims/hbase-1/pom.xml | 2 +-
 hbase-shims/pom.xml         | 2 +-
 hbase-tools/pom.xml         | 2 +-
 metrics/pom.xml             | 2 +-
 pom.xml                     | 4 ++--
 statemachine/pom.xml        | 2 +-
 timestamp-storage/pom.xml   | 2 +-
 transaction-client/pom.xml  | 2 +-
 tso-server/pom.xml          | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/benchmarks/pom.xml
----------------------------------------------------------------------
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 7905fc4..82e3618 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-benchmarks</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/codahale-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml
index 3580da1..65a855b 100644
--- a/codahale-metrics/pom.xml
+++ b/codahale-metrics/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>omid</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/commit-table/pom.xml b/commit-table/pom.xml
index 1ffc606..d4947c8 100644
--- a/commit-table/pom.xml
+++ b/commit-table/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-commit-table</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 26433e3..73c8eb1 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index bf103ce..533d47c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>omid</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 006213f..9a60b04 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index 67d2696..311d79c 100644
--- a/hbase-commit-table/pom.xml
+++ b/hbase-commit-table/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-commit-table</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index eb3937e..9f38d83 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 85c997e..d13bc0c 100644
--- a/hbase-coprocessor/pom.xml
+++ b/hbase-coprocessor/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-coprocessor</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-shims/hbase-0/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-0/pom.xml b/hbase-shims/hbase-0/pom.xml
index 0dc57d5..3702905 100644
--- a/hbase-shims/hbase-0/pom.xml
+++ b/hbase-shims/hbase-0/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid-shims-aggregator</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase0-shims</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-shims/hbase-1/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-1/pom.xml b/hbase-shims/hbase-1/pom.xml
index e1f2919..626b48a 100644
--- a/hbase-shims/hbase-1/pom.xml
+++ b/hbase-shims/hbase-1/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid-shims-aggregator</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase1-shims</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-shims/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/pom.xml b/hbase-shims/pom.xml
index 1caf616..04031bd 100644
--- a/hbase-shims/pom.xml
+++ b/hbase-shims/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-shims-aggregator</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/hbase-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 889aaaa..cfbeff8 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-hbase-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 759aa77..0b35c01 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>omid</artifactId>
         <groupId>org.apache.omid</groupId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5476eab..57217f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <artifactId>omid</artifactId>
     <packaging>pom</packaging>
     <!-- WARNING: do not update version manually, use mvn versions:set -->
-    <version>0.8.2.8</version>
+    <version>0.8.2.9-SNAPSHOT</version>
 
     <organization>
         <name>Apache Software Foundation</name>
@@ -105,7 +105,7 @@
         <connection>scm:git:git://github.com/yahoo/omid.git</connection>
         <developerConnection>scm:git:https://${GH_TOKEN}@github.com/yahoo/omid.git</developerConnection>
         <url>https://github.com/yahoo/omid</url>
-        <tag>omid-0.8.2.8</tag>
+        <tag>master</tag>
     </scm>
 
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/statemachine/pom.xml
----------------------------------------------------------------------
diff --git a/statemachine/pom.xml b/statemachine/pom.xml
index 9940c7e..45860fb 100644
--- a/statemachine/pom.xml
+++ b/statemachine/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <name>State Machine</name>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/timestamp-storage/pom.xml
----------------------------------------------------------------------
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index 0164ddd..d066925 100644
--- a/timestamp-storage/pom.xml
+++ b/timestamp-storage/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-timestamp-storage</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/transaction-client/pom.xml
----------------------------------------------------------------------
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index dc818ce..e0056ff 100644
--- a/transaction-client/pom.xml
+++ b/transaction-client/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-transaction-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/771255e3/tso-server/pom.xml
----------------------------------------------------------------------
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index 868aa36..ed10cb7 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>0.8.2.8</version>
+        <version>0.8.2.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>omid-tso-server</artifactId>