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/25 20:06:14 UTC

[1/2] incubator-omid git commit: [OMID-32] Publish omid jars to Apache maven repository

Repository: incubator-omid
Updated Branches:
  refs/heads/0.8.2.0-mavent-test [created] eec1821ba


[OMID-32] Publish omid jars to Apache maven repository

Change-Id: Id7c515d846fb65294f9a06cc9425815834048662


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

Branch: refs/heads/0.8.2.0-mavent-test
Commit: 3eeb30d6b9388b2784364a5578c8bb062b98f078
Parents: 7a02d39
Author: Igor Katkov <ka...@yahoo-inc.com>
Authored: Fri May 20 13:36:26 2016 -0700
Committer: Igor Katkov <ka...@yahoo-inc.com>
Committed: Fri May 20 13:36:56 2016 -0700

----------------------------------------------------------------------
 pom.xml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/3eeb30d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 69c49b3..6200294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,11 @@
 <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/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>18</version>
+    </parent>
 
     <!-- ========================================================================================================== -->
     <!-- Project description                                                                                        -->
@@ -109,17 +114,8 @@
     </scm>
 
     <distributionManagement>
-        <repository>
-            <id>bintray</id>
-            <url>https://api.bintray.com/maven/yahoo/maven/omid</url>
-        </repository>
-
         <site>
             <id>apache-omid-site</id>
-            <!-- Wagon-git URL format:
-                     protocol:branch://url
-                 Do not forget the 2 backslashes before the url
-            -->
             <url>git:asf-site://https://git-wip-us.apache.org/repos/asf/incubator-omid-site.git</url>
         </site>
     </distributionManagement>


[2/2] incubator-omid git commit: [ci skip] prepare release omid-0.8.2.0

Posted by ik...@apache.org.
[ci skip] prepare release omid-0.8.2.0

Change-Id: Ia79b7a821013cbca09a9932138073786ebd10ada


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

Branch: refs/heads/0.8.2.0-mavent-test
Commit: eec1821ba266ebb59ebe197c9240e7a38040dee9
Parents: 3eeb30d
Author: Igor Katkov <ka...@yahoo-inc.com>
Authored: Fri May 20 20:38:16 2016 +0000
Committer: Igor Katkov <ka...@yahoo-inc.com>
Committed: Fri May 20 20:38:16 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                     | 2 +-
 statemachine/pom.xml        | 2 +-
 timestamp-storage/pom.xml   | 2 +-
 transaction-client/pom.xml  | 2 +-
 tso-server/pom.xml          | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/benchmarks/pom.xml
----------------------------------------------------------------------
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 810b4e7..c4f7e96 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-benchmarks</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/codahale-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml
index cfd0013..b34b80b 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/commit-table/pom.xml b/commit-table/pom.xml
index c2b777c..03b7782 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-commit-table</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 29b6acf..03b86c3 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 1121989..ecefaf2 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index c6de578..fe267e7 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-commit-table/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index c0036ae..6e481d9 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase-commit-table</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 92fdba2..8785673 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 7d9ec08..4276868 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase-coprocessor</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-shims/hbase-0/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-0/pom.xml b/hbase-shims/hbase-0/pom.xml
index 2b44273..63e665e 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase0-shims</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-shims/hbase-1/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/hbase-1/pom.xml b/hbase-shims/hbase-1/pom.xml
index 6c67760..7bacd95 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase1-shims</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-shims/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shims/pom.xml b/hbase-shims/pom.xml
index 432fbe9..960ced2 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-shims-aggregator</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/hbase-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 7170af9..2f36033 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-hbase-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 10c41e4..3f5b17d 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6200294..aa4d957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <artifactId>omid</artifactId>
     <packaging>pom</packaging>
     <!-- WARNING: do not update version manually, use mvn versions:set -->
-    <version>0.8.1.48-SNAPSHOT</version>
+    <version>0.8.2.0</version>
 
     <organization>
         <name>Apache Software Foundation</name>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/statemachine/pom.xml
----------------------------------------------------------------------
diff --git a/statemachine/pom.xml b/statemachine/pom.xml
index f10c521..6a07137 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <name>State Machine</name>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/timestamp-storage/pom.xml
----------------------------------------------------------------------
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index b959ab6..952f998 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-timestamp-storage</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/transaction-client/pom.xml
----------------------------------------------------------------------
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index 281f9db..5501d2f 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-transaction-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/eec1821b/tso-server/pom.xml
----------------------------------------------------------------------
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index d784197..8b8abbe 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.1.48-SNAPSHOT</version>
+        <version>0.8.2.0</version>
     </parent>
 
     <artifactId>omid-tso-server</artifactId>