Author: abayer Date: Thu Aug 23 23:00:51 2012 New Revision: 1376761 URL: http://svn.apache.org/viewvc?rev=1376761&view=rev Log: Preparing for 0.8.1-SNAPSHOT development
Modified: whirr/branches/branch-0.8/build-tools/pom.xml whirr/branches/branch-0.8/cli/pom.xml whirr/branches/branch-0.8/core/pom.xml whirr/branches/branch-0.8/examples/pom.xml whirr/branches/branch-0.8/platforms/karaf/commands/pom.xml whirr/branches/branch-0.8/platforms/karaf/feature/pom.xml whirr/branches/branch-0.8/platforms/karaf/itests/pom.xml whirr/branches/branch-0.8/platforms/karaf/pom.xml whirr/branches/branch-0.8/pom.xml whirr/branches/branch-0.8/services/cassandra/pom.xml whirr/branches/branch-0.8/services/cdh-oldtests/pom.xml whirr/branches/branch-0.8/services/cdh/pom.xml whirr/branches/branch-0.8/services/chef/pom.xml whirr/branches/branch-0.8/services/elasticsearch/pom.xml whirr/branches/branch-0.8/services/ganglia/pom.xml whirr/branches/branch-0.8/services/hadoop/pom.xml whirr/branches/branch-0.8/services/hama/pom.xml whirr/branches/branch-0.8/services/hbase-oldtests/pom.xml whirr/branches/branch-0.8/services/hbase/pom.xml whirr/branches/branch-0.8/services/mahout/pom.xml whirr/branches/branch-0.8/services/pig/pom.xml whirr/branches/branch-0.8/services/puppet/pom.xml whirr/branches/branch-0.8/services/solr/pom.xml whirr/branches/branch-0.8/services/voldemort/pom.xml whirr/branches/branch-0.8/services/yarn/pom.xml whirr/branches/branch-0.8/services/zookeeper/pom.xml Modified: whirr/branches/branch-0.8/build-tools/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/build-tools/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/build-tools/pom.xml (original) +++ whirr/branches/branch-0.8/build-tools/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr-build-tools</artifactId> <packaging>jar</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Build Tools</name> <distributionManagement> <repository> Modified: whirr/branches/branch-0.8/cli/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/cli/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/cli/pom.xml (original) +++ whirr/branches/branch-0.8/cli/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> Modified: whirr/branches/branch-0.8/core/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/core/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/core/pom.xml (original) +++ whirr/branches/branch-0.8/core/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-core</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <properties> <osgi.import> !org.apache.whirr*, Modified: whirr/branches/branch-0.8/examples/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/examples/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/examples/pom.xml (original) +++ whirr/branches/branch-0.8/examples/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-examples</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Examples</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/platforms/karaf/commands/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/platforms/karaf/commands/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/platforms/karaf/commands/pom.xml (original) +++ whirr/branches/branch-0.8/platforms/karaf/commands/pom.xml Thu Aug 23 23:00:51 2012 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>karaf</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: whirr/branches/branch-0.8/platforms/karaf/feature/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/platforms/karaf/feature/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/platforms/karaf/feature/pom.xml (original) +++ whirr/branches/branch-0.8/platforms/karaf/feature/pom.xml Thu Aug 23 23:00:51 2012 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>karaf</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: whirr/branches/branch-0.8/platforms/karaf/itests/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/platforms/karaf/itests/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/platforms/karaf/itests/pom.xml (original) +++ whirr/branches/branch-0.8/platforms/karaf/itests/pom.xml Thu Aug 23 23:00:51 2012 @@ -21,7 +21,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.whirr</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: whirr/branches/branch-0.8/platforms/karaf/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/platforms/karaf/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/platforms/karaf/pom.xml (original) +++ whirr/branches/branch-0.8/platforms/karaf/pom.xml Thu Aug 23 23:00:51 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: whirr/branches/branch-0.8/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/pom.xml (original) +++ whirr/branches/branch-0.8/pom.xml Thu Aug 23 23:00:51 2012 @@ -28,7 +28,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Whirr</name> Modified: whirr/branches/branch-0.8/services/cassandra/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/cassandra/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/cassandra/pom.xml (original) +++ whirr/branches/branch-0.8/services/cassandra/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cassandra</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Cassandra</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/services/cdh-oldtests/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/cdh-oldtests/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/cdh-oldtests/pom.xml (original) +++ whirr/branches/branch-0.8/services/cdh-oldtests/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cdh-oldtests</artifactId> <packaging>jar</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr CDH Old Tests</name> <dependencies> <dependency> Modified: whirr/branches/branch-0.8/services/cdh/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/cdh/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/cdh/pom.xml (original) +++ whirr/branches/branch-0.8/services/cdh/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cdh</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr CDH</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/services/chef/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/chef/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/chef/pom.xml (original) +++ whirr/branches/branch-0.8/services/chef/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-chef</artifactId> Modified: whirr/branches/branch-0.8/services/elasticsearch/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/elasticsearch/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/elasticsearch/pom.xml (original) +++ whirr/branches/branch-0.8/services/elasticsearch/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-elasticsearch</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr ElasticSearch</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/services/ganglia/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/ganglia/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/ganglia/pom.xml (original) +++ whirr/branches/branch-0.8/services/ganglia/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> Modified: whirr/branches/branch-0.8/services/hadoop/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/hadoop/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/hadoop/pom.xml (original) +++ whirr/branches/branch-0.8/services/hadoop/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hadoop</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Hadoop</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/services/hama/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/hama/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/hama/pom.xml (original) +++ whirr/branches/branch-0.8/services/hama/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hama</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Hama</name> <properties> <hadoop.version>0.20.2</hadoop.version> Modified: whirr/branches/branch-0.8/services/hbase-oldtests/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/hbase-oldtests/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/hbase-oldtests/pom.xml (original) +++ whirr/branches/branch-0.8/services/hbase-oldtests/pom.xml Thu Aug 23 23:00:51 2012 @@ -26,7 +26,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr-hbase-oldtests</artifactId> <packaging>jar</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr HBase Old Tests</name> <dependencies> <dependency> Modified: whirr/branches/branch-0.8/services/hbase/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/hbase/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/hbase/pom.xml (original) +++ whirr/branches/branch-0.8/services/hbase/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hbase</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr HBase</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/services/mahout/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/mahout/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/mahout/pom.xml (original) +++ whirr/branches/branch-0.8/services/mahout/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> Modified: whirr/branches/branch-0.8/services/pig/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/pig/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/pig/pom.xml (original) +++ whirr/branches/branch-0.8/services/pig/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> Modified: whirr/branches/branch-0.8/services/puppet/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/puppet/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/puppet/pom.xml (original) +++ whirr/branches/branch-0.8/services/puppet/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-puppet</artifactId> Modified: whirr/branches/branch-0.8/services/solr/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/solr/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/solr/pom.xml (original) +++ whirr/branches/branch-0.8/services/solr/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-solr</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Solr</name> <url>http://wiki.apache.org/solr</url> <properties> Modified: whirr/branches/branch-0.8/services/voldemort/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/voldemort/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/voldemort/pom.xml (original) +++ whirr/branches/branch-0.8/services/voldemort/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-voldemort</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr Voldemort</name> <properties> <osgi.import> Modified: whirr/branches/branch-0.8/services/yarn/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/yarn/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/yarn/pom.xml (original) +++ whirr/branches/branch-0.8/services/yarn/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-yarn</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr YARN</name> <properties> <hadoop.version>0.20.2</hadoop.version> Modified: whirr/branches/branch-0.8/services/zookeeper/pom.xml URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.8/services/zookeeper/pom.xml?rev=1376761&r1=1376760&r2=1376761&view=diff ============================================================================== --- whirr/branches/branch-0.8/services/zookeeper/pom.xml (original) +++ whirr/branches/branch-0.8/services/zookeeper/pom.xml Thu Aug 23 23:00:51 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-zookeeper</artifactId> <packaging>bundle</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Apache Whirr ZooKeeper</name> <properties> <osgi.import>