From 083db1714cc4d5b711df9e7efceeef9f59618f56 Mon Sep 17 00:00:00 2001
From: Sean Busbey <busbey@cloudera.com>
Date: Fri, 22 May 2015 22:57:39 -0500
Subject: [PATCH] [version] update to 0.2.0-SNAPSHOT.

* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
* Increment minor version per pre-1.0 guidelines from the Version Numbers guide

Fixes #236.
---
 accumulo/pom.xml      | 2 +-
 cassandra/pom.xml     | 2 +-
 core/pom.xml          | 2 +-
 distribution/pom.xml  | 2 +-
 dynamodb/pom.xml      | 2 +-
 elasticsearch/pom.xml | 2 +-
 gemfire/pom.xml       | 2 +-
 hbase/pom.xml         | 2 +-
 hypertable/pom.xml    | 2 +-
 infinispan/pom.xml    | 2 +-
 jdbc/pom.xml          | 2 +-
 mapkeeper/pom.xml     | 2 +-
 mongodb/pom.xml       | 2 +-
 nosqldb/pom.xml       | 2 +-
 orientdb/pom.xml      | 2 +-
 pom.xml               | 8 +++++++-
 redis/pom.xml         | 2 +-
 voldemort/pom.xml     | 2 +-
 18 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/accumulo/pom.xml b/accumulo/pom.xml
index e74e2c1c..c8d6f3f3 100644
--- a/accumulo/pom.xml
+++ b/accumulo/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-binding</artifactId>
   <name>Accumulo DB Binding</name>
diff --git a/cassandra/pom.xml b/cassandra/pom.xml
index 7a01fb8f..270617b0 100644
--- a/cassandra/pom.xml
+++ b/cassandra/pom.xml
@@ -4,7 +4,7 @@
   <parent>
      <groupId>com.yahoo.ycsb</groupId>
      <artifactId>root</artifactId>
-     <version>0.1.4</version>
+     <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>cassandra-binding</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 86f1f88c..c5ae61ec 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>core</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index de72268d..81f2638f 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ycsb</artifactId>
diff --git a/dynamodb/pom.xml b/dynamodb/pom.xml
index 9e7f2a97..f0aad16b 100644
--- a/dynamodb/pom.xml
+++ b/dynamodb/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>dynamodb-binding</artifactId>
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index 15a38e23..307e6867 100644
--- a/elasticsearch/pom.xml
+++ b/elasticsearch/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>com.yahoo.ycsb</groupId>
         <artifactId>root</artifactId>
-        <version>0.1.4</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>elasticsearch-binding</artifactId>
diff --git a/gemfire/pom.xml b/gemfire/pom.xml
index 9032b542..349a1590 100644
--- a/gemfire/pom.xml
+++ b/gemfire/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>gemfire-binding</artifactId>
diff --git a/hbase/pom.xml b/hbase/pom.xml
index 4958a4c8..044b0f29 100644
--- a/hbase/pom.xml
+++ b/hbase/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>hbase-binding</artifactId>
diff --git a/hypertable/pom.xml b/hypertable/pom.xml
index 699c9595..c2b1211e 100644
--- a/hypertable/pom.xml
+++ b/hypertable/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>hypertable-binding</artifactId>
diff --git a/infinispan/pom.xml b/infinispan/pom.xml
index da112453..2f292ccf 100644
--- a/infinispan/pom.xml
+++ b/infinispan/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>infinispan-binding</artifactId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index e8e9b6c6..ab8fc735 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>jdbc-binding</artifactId>
diff --git a/mapkeeper/pom.xml b/mapkeeper/pom.xml
index c9b75fa8..4d51631a 100644
--- a/mapkeeper/pom.xml
+++ b/mapkeeper/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>mapkeeper-binding</artifactId>
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index 148a4c74..0a81b248 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>com.yahoo.ycsb</groupId>
 		<artifactId>root</artifactId>
-		<version>0.1.4</version>
+		<version>0.2.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>mongodb-binding</artifactId>
diff --git a/nosqldb/pom.xml b/nosqldb/pom.xml
index 4bc4664b..f1e02c86 100644
--- a/nosqldb/pom.xml
+++ b/nosqldb/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>nosqldb-binding</artifactId>
diff --git a/orientdb/pom.xml b/orientdb/pom.xml
index 8654435b..c11a063b 100644
--- a/orientdb/pom.xml
+++ b/orientdb/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>com.yahoo.ycsb</groupId>
 		<artifactId>root</artifactId>
-		<version>0.1.4</version>
+                <version>0.2.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>orientdb-binding</artifactId>
diff --git a/pom.xml b/pom.xml
index 66e36081..bca2c38f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
   <groupId>com.yahoo.ycsb</groupId>
   <artifactId>root</artifactId>
-  <version>0.1.4</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>YCSB Root</name>
@@ -13,6 +13,12 @@
   <description>
     This is the top level project that builds, packages the core and all the DB bindings for YCSB infrastructure.
   </description>
+
+  <scm>
+    <connection>scm:git:git://github.com/brianfrankcooper/YCSB.git</connection>
+    <tag>master</tag>
+    <url>https://github.com/brianfrankcooper/YCSB</url>
+  </scm>
   <dependencies>
     <!-- voldemort -->
     <dependency>
diff --git a/redis/pom.xml b/redis/pom.xml
index 5f5ee320..ee06e31d 100644
--- a/redis/pom.xml
+++ b/redis/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>redis-binding</artifactId>
diff --git a/voldemort/pom.xml b/voldemort/pom.xml
index 918c94e2..8313b5c9 100644
--- a/voldemort/pom.xml
+++ b/voldemort/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.yahoo.ycsb</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.4</version>
+    <version>0.2.0-SNAPSHOT</version>
    </parent>
   
    <artifactId>voldemort-binding</artifactId>
-- 
GitLab