Updated Branches: refs/heads/branch-0.8 70753f0c6 -> 92bf3b44f
Switching version to 0.8.3-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/whirr/repo Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/92bf3b44 Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/92bf3b44 Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/92bf3b44 Branch: refs/heads/branch-0.8 Commit: 92bf3b44f0d2ef2f907c43672759eca0cbed2d0b Parents: 70753f0 Author: Andrew Bayer <andrew.ba...@gmail.com> Authored: Tue Apr 23 11:35:19 2013 -0700 Committer: Andrew Bayer <andrew.ba...@gmail.com> Committed: Tue Apr 23 11:35:19 2013 -0700 ---------------------------------------------------------------------- CHANGES.txt | 10 +++++++++- build-tools/pom.xml | 2 +- cli/pom.xml | 2 +- core/pom.xml | 4 ++-- examples/pom.xml | 4 ++-- platforms/karaf/commands/pom.xml | 2 +- platforms/karaf/feature/pom.xml | 2 +- platforms/karaf/itests/pom.xml | 2 +- platforms/karaf/pom.xml | 2 +- pom.xml | 2 +- services/cassandra/pom.xml | 4 ++-- services/cdh-oldtests/pom.xml | 4 ++-- services/cdh/pom.xml | 4 ++-- services/chef/pom.xml | 2 +- services/elasticsearch/pom.xml | 4 ++-- services/ganglia/pom.xml | 2 +- services/hadoop/pom.xml | 4 ++-- services/hama/pom.xml | 4 ++-- services/hbase-oldtests/pom.xml | 4 ++-- services/hbase/pom.xml | 4 ++-- services/kerberos/pom.xml | 2 +- services/mahout/pom.xml | 2 +- services/pig/pom.xml | 2 +- services/puppet/pom.xml | 2 +- services/solr/pom.xml | 4 ++-- services/voldemort/pom.xml | 4 ++-- services/yarn/pom.xml | 4 ++-- services/zookeeper/pom.xml | 4 ++-- 28 files changed, 50 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7583878..686ccf0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Apache Whirr Change Log -Release 0.8.2 - 2013-04-11 +Release 0.8.3 (Unreleased Changes) + + NEW FEATURES + + IMPROVEMENTS + + BUG FIXES + +Release 0.8.2 - 2013-04-23 IMPROVEMENTS http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 56b6c2e..f68e4c7 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -20,7 +20,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr-build-tools</artifactId> <packaging>jar</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Build Tools</name> <distributionManagement> <repository> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 71823e6..54ba513 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 05bd232..d03a95b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-core</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <properties> <osgi.import> !org.apache.whirr*, http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 22f8967..59240ab 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-examples</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Examples</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/platforms/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml index 1da3ab6..2ef366f 100644 --- a/platforms/karaf/commands/pom.xml +++ b/platforms/karaf/commands/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>karaf</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/platforms/karaf/feature/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/feature/pom.xml b/platforms/karaf/feature/pom.xml index 94bd284..82adb95 100644 --- a/platforms/karaf/feature/pom.xml +++ b/platforms/karaf/feature/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>karaf</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/platforms/karaf/itests/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/itests/pom.xml b/platforms/karaf/itests/pom.xml index 8b17105..3ec8a00 100644 --- a/platforms/karaf/itests/pom.xml +++ b/platforms/karaf/itests/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.whirr</groupId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/platforms/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml index 3a427b6..2d597cf 100644 --- a/platforms/karaf/pom.xml +++ b/platforms/karaf/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cd0782b..b18531f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Whirr</name> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/services/cassandra/pom.xml b/services/cassandra/pom.xml index 66edd5d..fe8efbb 100644 --- a/services/cassandra/pom.xml +++ b/services/cassandra/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cassandra</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Cassandra</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/cdh-oldtests/pom.xml ---------------------------------------------------------------------- diff --git a/services/cdh-oldtests/pom.xml b/services/cdh-oldtests/pom.xml index a99634a..5bc06bf 100644 --- a/services/cdh-oldtests/pom.xml +++ b/services/cdh-oldtests/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cdh-oldtests</artifactId> <packaging>jar</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr CDH Old Tests</name> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/cdh/pom.xml ---------------------------------------------------------------------- diff --git a/services/cdh/pom.xml b/services/cdh/pom.xml index 3954a4c..05591a0 100644 --- a/services/cdh/pom.xml +++ b/services/cdh/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cdh</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr CDH</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/chef/pom.xml ---------------------------------------------------------------------- diff --git a/services/chef/pom.xml b/services/chef/pom.xml index 1d3ec9a..d2498eb 100644 --- a/services/chef/pom.xml +++ b/services/chef/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-chef</artifactId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index cb154e8..eb10dbb 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-elasticsearch</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr ElasticSearch</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/ganglia/pom.xml ---------------------------------------------------------------------- diff --git a/services/ganglia/pom.xml b/services/ganglia/pom.xml index 7e986d7..8515850 100644 --- a/services/ganglia/pom.xml +++ b/services/ganglia/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/services/hadoop/pom.xml b/services/hadoop/pom.xml index 0dc2192..62794d9 100644 --- a/services/hadoop/pom.xml +++ b/services/hadoop/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hadoop</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Hadoop</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/hama/pom.xml ---------------------------------------------------------------------- diff --git a/services/hama/pom.xml b/services/hama/pom.xml index e73c853..f12f410 100644 --- a/services/hama/pom.xml +++ b/services/hama/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hama</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Hama</name> <properties> <hadoop.version>1.0.4</hadoop.version> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/hbase-oldtests/pom.xml ---------------------------------------------------------------------- diff --git a/services/hbase-oldtests/pom.xml b/services/hbase-oldtests/pom.xml index ce97b02..eadc43c 100644 --- a/services/hbase-oldtests/pom.xml +++ b/services/hbase-oldtests/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hbase-oldtests</artifactId> <packaging>jar</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr HBase Old Tests</name> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/services/hbase/pom.xml b/services/hbase/pom.xml index 86f78f9..c97ca6c 100644 --- a/services/hbase/pom.xml +++ b/services/hbase/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hbase</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr HBase</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/services/kerberos/pom.xml b/services/kerberos/pom.xml index c232cf1..2d067a2 100644 --- a/services/kerberos/pom.xml +++ b/services/kerberos/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-kerberos</artifactId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/mahout/pom.xml ---------------------------------------------------------------------- diff --git a/services/mahout/pom.xml b/services/mahout/pom.xml index 887fa3c..c9d503d 100644 --- a/services/mahout/pom.xml +++ b/services/mahout/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/pig/pom.xml ---------------------------------------------------------------------- diff --git a/services/pig/pom.xml b/services/pig/pom.xml index 41734b6..0517096 100644 --- a/services/pig/pom.xml +++ b/services/pig/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/puppet/pom.xml ---------------------------------------------------------------------- diff --git a/services/puppet/pom.xml b/services/puppet/pom.xml index 01997b3..f0c24d0 100644 --- a/services/puppet/pom.xml +++ b/services/puppet/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-puppet</artifactId> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/solr/pom.xml ---------------------------------------------------------------------- diff --git a/services/solr/pom.xml b/services/solr/pom.xml index 268450a..6a51348 100644 --- a/services/solr/pom.xml +++ b/services/solr/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-solr</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Solr</name> <url>http://wiki.apache.org/solr</url> <properties> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/voldemort/pom.xml ---------------------------------------------------------------------- diff --git a/services/voldemort/pom.xml b/services/voldemort/pom.xml index 0bb81f1..7f4f47a 100644 --- a/services/voldemort/pom.xml +++ b/services/voldemort/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-voldemort</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr Voldemort</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/services/yarn/pom.xml b/services/yarn/pom.xml index 5e5423d..28151b2 100644 --- a/services/yarn/pom.xml +++ b/services/yarn/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-yarn</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr YARN</name> <properties> <hadoop.version>1.0.4</hadoop.version> http://git-wip-us.apache.org/repos/asf/whirr/blob/92bf3b44/services/zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/services/zookeeper/pom.xml b/services/zookeeper/pom.xml index 98a6867..321c592 100644 --- a/services/zookeeper/pom.xml +++ b/services/zookeeper/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-zookeeper</artifactId> <packaging>bundle</packaging> - <version>0.8.2</version> + <version>0.8.3-SNAPSHOT</version> <name>Apache Whirr ZooKeeper</name> <properties> <osgi.import>