Author: asavu
Date: Wed May 16 10:06:01 2012
New Revision: 1339102

URL: http://svn.apache.org/viewvc?rev=1339102&view=rev
Log:
Switched version from 0.7.2 to 0.7.2-SNAPSHOT. This is a better choice while 
still under development

Modified:
    whirr/branches/branch-0.7/build-tools/pom.xml
    whirr/branches/branch-0.7/cli/pom.xml
    whirr/branches/branch-0.7/core/pom.xml
    whirr/branches/branch-0.7/examples/pom.xml
    whirr/branches/branch-0.7/pom.xml
    whirr/branches/branch-0.7/services/cassandra/pom.xml
    whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml
    whirr/branches/branch-0.7/services/cdh/pom.xml
    whirr/branches/branch-0.7/services/chef/pom.xml
    whirr/branches/branch-0.7/services/elasticsearch/pom.xml
    whirr/branches/branch-0.7/services/ganglia/pom.xml
    whirr/branches/branch-0.7/services/hadoop/pom.xml
    whirr/branches/branch-0.7/services/hama/pom.xml
    whirr/branches/branch-0.7/services/hbase/pom.xml
    whirr/branches/branch-0.7/services/mahout/pom.xml
    whirr/branches/branch-0.7/services/pig/pom.xml
    whirr/branches/branch-0.7/services/puppet/pom.xml
    whirr/branches/branch-0.7/services/voldemort/pom.xml
    whirr/branches/branch-0.7/services/yarn/pom.xml
    whirr/branches/branch-0.7/services/zookeeper/pom.xml

Modified: whirr/branches/branch-0.7/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/build-tools/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/build-tools/pom.xml (original)
+++ whirr/branches/branch-0.7/build-tools/pom.xml Wed May 16 10:06:01 2012
@@ -20,7 +20,7 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Build Tools</name>
   <distributionManagement>
     <repository>

Modified: whirr/branches/branch-0.7/cli/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/cli/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/cli/pom.xml (original)
+++ whirr/branches/branch-0.7/cli/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/core/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/core/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/core/pom.xml (original)
+++ whirr/branches/branch-0.7/core/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/examples/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/examples/pom.xml (original)
+++ whirr/branches/branch-0.7/examples/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Examples</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/pom.xml (original)
+++ whirr/branches/branch-0.7/pom.xml Wed May 16 10:06:01 2012
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <name>Whirr</name>

Modified: whirr/branches/branch-0.7/services/cassandra/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cassandra/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cassandra/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cassandra/pom.xml Wed May 16 10:06:01 
2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml Wed May 16 10:06:01 
2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh-oldtests</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr CDH Old Tests</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/cdh/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cdh/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cdh/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cdh/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr CDH</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/chef/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/chef/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/chef/pom.xml (original)
+++ whirr/branches/branch-0.7/services/chef/pom.xml Wed May 16 10:06:01 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>

Modified: whirr/branches/branch-0.7/services/elasticsearch/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/elasticsearch/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/elasticsearch/pom.xml (original)
+++ whirr/branches/branch-0.7/services/elasticsearch/pom.xml Wed May 16 
10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr ElasticSearch</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/ganglia/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/ganglia/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/ganglia/pom.xml (original)
+++ whirr/branches/branch-0.7/services/ganglia/pom.xml Wed May 16 10:06:01 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/branches/branch-0.7/services/hadoop/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hadoop/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hadoop/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hadoop/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.205.0</hadoop.version>

Modified: whirr/branches/branch-0.7/services/hama/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hama/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hama/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hama/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hbase/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hbase/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hbase/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/mahout/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/mahout/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/mahout/pom.xml (original)
+++ whirr/branches/branch-0.7/services/mahout/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-mahout</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Mahout</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/pig/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/pig/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/pig/pom.xml (original)
+++ whirr/branches/branch-0.7/services/pig/pom.xml Wed May 16 10:06:01 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/branches/branch-0.7/services/puppet/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/puppet/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/puppet/pom.xml (original)
+++ whirr/branches/branch-0.7/services/puppet/pom.xml Wed May 16 10:06:01 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>

Modified: whirr/branches/branch-0.7/services/voldemort/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/voldemort/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/voldemort/pom.xml (original)
+++ whirr/branches/branch-0.7/services/voldemort/pom.xml Wed May 16 10:06:01 
2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr Voldemort</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/yarn/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/yarn/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/yarn/pom.xml (original)
+++ whirr/branches/branch-0.7/services/yarn/pom.xml Wed May 16 10:06:01 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-yarn</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr YARN</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/zookeeper/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/zookeeper/pom.xml?rev=1339102&r1=1339101&r2=1339102&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/zookeeper/pom.xml (original)
+++ whirr/branches/branch-0.7/services/zookeeper/pom.xml Wed May 16 10:06:01 
2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.2</version>
+  <version>0.7.2-SNAPSHOT</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>


Reply via email to