From f8139d1bf568718d2a1965fd30db955ae4f6c74b Mon Sep 17 00:00:00 2001 From: Andrew Kyle Purtell Date: Wed, 4 Dec 2013 09:31:02 +0000 Subject: [PATCH] Update version in POMs to 0.99.0-SNAPSHOT after branching for release 0.98.0 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1547743 13f79535-47bb-0310-9956-ffa450edef68 --- hbase-assembly/pom.xml | 2 +- hbase-client/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-examples/pom.xml | 2 +- hbase-hadoop-compat/pom.xml | 2 +- hbase-hadoop1-compat/pom.xml | 2 +- hbase-hadoop2-compat/pom.xml | 2 +- hbase-it/pom.xml | 2 +- hbase-prefix-tree/pom.xml | 2 +- hbase-protocol/pom.xml | 2 +- hbase-server/pom.xml | 2 +- hbase-shell/pom.xml | 2 +- hbase-testing-util/pom.xml | 2 +- hbase-thrift/pom.xml | 2 +- pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 539d948d831..ee13fca5410 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. hbase-assembly diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index a2e2193852e..d05299bd4ac 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -24,7 +24,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 4195d1e0591..f1841372f8e 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 4f894693e6f..07c3a1708f3 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. hbase-examples diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 96f3f1761af..91c57453de4 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml index f5f2c34f67f..17ac2e9a6dc 100644 --- a/hbase-hadoop1-compat/pom.xml +++ b/hbase-hadoop1-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 916df8b466a..36afe9e7586 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 5fa1288fbcd..7a475a9dd03 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index a229f4dc7ca..bd69b56fd34 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 12f4b78fdaa..7fd97d83d5f 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 29f02157f85..087c02aed52 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. hbase-server diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index d4bf6af71c2..175f06fd9f5 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. hbase-shell diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index e790001446e..fa1dc7241fc 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. hbase-testing-util diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 22072f9331f..0cda3ac9651 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT .. hbase-thrift diff --git a/pom.xml b/pom.xml index 565700a0781..87164a84460 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.apache.hbase hbase pom - 0.97.0-SNAPSHOT + 0.99.0-SNAPSHOT HBase Apache HBase™ is the Hadoop database. Use it when you need