From 5d93486709b89af82117d9e19ebea7f3aed2228b Mon Sep 17 00:00:00 2001 From: Chrisjan Matser Date: Tue, 12 Apr 2016 23:05:06 -0700 Subject: [PATCH] [release] mark 0.8.0 --- accumulo/pom.xml | 2 +- aerospike/pom.xml | 2 +- binding-parent/datastore-specific-descriptor/pom.xml | 2 +- binding-parent/pom.xml | 2 +- cassandra/pom.xml | 2 +- cassandra2/pom.xml | 2 +- core/pom.xml | 2 +- couchbase/pom.xml | 2 +- distribution/pom.xml | 2 +- dynamodb/pom.xml | 2 +- elasticsearch/pom.xml | 2 +- geode/pom.xml | 2 +- googledatastore/pom.xml | 2 +- hbase094/pom.xml | 2 +- hbase098/pom.xml | 2 +- hbase10/pom.xml | 2 +- hypertable/pom.xml | 2 +- infinispan/pom.xml | 2 +- jdbc/pom.xml | 2 +- kudu/pom.xml | 2 +- mapkeeper/pom.xml | 2 +- memcached/pom.xml | 2 +- mongodb/pom.xml | 2 +- nosqldb/pom.xml | 2 +- orientdb/pom.xml | 2 +- pom.xml | 2 +- redis/pom.xml | 2 +- s3/pom.xml | 2 +- solr/pom.xml | 2 +- tarantool/pom.xml | 2 +- voldemort/pom.xml | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/accumulo/pom.xml b/accumulo/pom.xml index ac951f21c6..ced765e255 100644 --- a/accumulo/pom.xml +++ b/accumulo/pom.xml @@ -22,7 +22,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent accumulo-binding diff --git a/aerospike/pom.xml b/aerospike/pom.xml index e4bcc8163f..34ab1ff16b 100644 --- a/aerospike/pom.xml +++ b/aerospike/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/binding-parent/datastore-specific-descriptor/pom.xml b/binding-parent/datastore-specific-descriptor/pom.xml index 0400c60422..67e335ac1d 100644 --- a/binding-parent/datastore-specific-descriptor/pom.xml +++ b/binding-parent/datastore-specific-descriptor/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb root - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../../ diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index dd1546eef9..519f1ac39c 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb root - 0.8.0-RC5-SNAPSHOT + 0.8.0 binding-parent diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 9dbd686495..c6e3aa8c72 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/cassandra2/pom.xml b/cassandra2/pom.xml index 7e8ed9169e..ef04aa131a 100644 --- a/cassandra2/pom.xml +++ b/cassandra2/pom.xml @@ -23,7 +23,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/core/pom.xml b/core/pom.xml index e9d33c4acc..392d0a53f0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb root - 0.8.0-RC5-SNAPSHOT + 0.8.0 core diff --git a/couchbase/pom.xml b/couchbase/pom.xml index ee293bbd61..c7ae61e895 100644 --- a/couchbase/pom.xml +++ b/couchbase/pom.xml @@ -22,7 +22,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/distribution/pom.xml b/distribution/pom.xml index c47107637b..a75e96e99e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb root - 0.8.0-RC5-SNAPSHOT + 0.8.0 ycsb diff --git a/dynamodb/pom.xml b/dynamodb/pom.xml index 07ed736b3f..6176465f74 100644 --- a/dynamodb/pom.xml +++ b/dynamodb/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index a5767734be..f1293b2f6d 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/geode/pom.xml b/geode/pom.xml index f09806859f..e2bb159d94 100644 --- a/geode/pom.xml +++ b/geode/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/googledatastore/pom.xml b/googledatastore/pom.xml index ddf99a2313..45e331326a 100644 --- a/googledatastore/pom.xml +++ b/googledatastore/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/hbase094/pom.xml b/hbase094/pom.xml index 00b58d8cb3..28d8a07571 100644 --- a/hbase094/pom.xml +++ b/hbase094/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent/ diff --git a/hbase098/pom.xml b/hbase098/pom.xml index 3be5b0c089..f5dad8aabe 100644 --- a/hbase098/pom.xml +++ b/hbase098/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent/ diff --git a/hbase10/pom.xml b/hbase10/pom.xml index 4ac2e4e9a4..6e90f12b48 100644 --- a/hbase10/pom.xml +++ b/hbase10/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent/ diff --git a/hypertable/pom.xml b/hypertable/pom.xml index 8d4f28afc0..59cfe018c3 100644 --- a/hypertable/pom.xml +++ b/hypertable/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/infinispan/pom.xml b/infinispan/pom.xml index 0fe9efe65c..3f6bb80eb0 100644 --- a/infinispan/pom.xml +++ b/infinispan/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 4a91e632e3..fdebcd479d 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/kudu/pom.xml b/kudu/pom.xml index 6b6308d3db..c150915734 100644 --- a/kudu/pom.xml +++ b/kudu/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/mapkeeper/pom.xml b/mapkeeper/pom.xml index 3f6aa53202..fbd8b5f587 100644 --- a/mapkeeper/pom.xml +++ b/mapkeeper/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/memcached/pom.xml b/memcached/pom.xml index 65b80ec631..b3441e8916 100644 --- a/memcached/pom.xml +++ b/memcached/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/mongodb/pom.xml b/mongodb/pom.xml index a0417dc1f3..c7caf83bdf 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -22,7 +22,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/nosqldb/pom.xml b/nosqldb/pom.xml index 59d7a5db75..8a704ada3d 100644 --- a/nosqldb/pom.xml +++ b/nosqldb/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/orientdb/pom.xml b/orientdb/pom.xml index 380323d122..0d4e062d88 100644 --- a/orientdb/pom.xml +++ b/orientdb/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/pom.xml b/pom.xml index 38b255105e..6060aed977 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb root - 0.8.0-RC5-SNAPSHOT + 0.8.0 pom YCSB Root diff --git a/redis/pom.xml b/redis/pom.xml index 5eb1801590..d9c1b3f473 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -21,7 +21,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/s3/pom.xml b/s3/pom.xml index 2aa46f5106..053e6956b0 100644 --- a/s3/pom.xml +++ b/s3/pom.xml @@ -19,7 +19,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/solr/pom.xml b/solr/pom.xml index a248c9f727..c55a5b084a 100644 --- a/solr/pom.xml +++ b/solr/pom.xml @@ -23,7 +23,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent diff --git a/tarantool/pom.xml b/tarantool/pom.xml index 3e7cd75bcd..353b8fd394 100644 --- a/tarantool/pom.xml +++ b/tarantool/pom.xml @@ -22,7 +22,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent/ diff --git a/voldemort/pom.xml b/voldemort/pom.xml index fe739aca64..a8d55a8c97 100644 --- a/voldemort/pom.xml +++ b/voldemort/pom.xml @@ -22,7 +22,7 @@ LICENSE file. com.yahoo.ycsb binding-parent - 0.8.0-RC5-SNAPSHOT + 0.8.0 ../binding-parent