You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2011/12/11 00:59:03 UTC

svn commit: r1212937 - in /whirr/branches/branch-0.7: ./ build-tools/ cli/ core/ examples/ services/cassandra/ services/cdh/ services/chef/ services/elasticsearch/ services/ganglia/ services/hadoop/ services/hama/ services/hbase/ services/mahout/ servi...

Author: asavu
Date: Sat Dec 10 23:59:03 2011
New Revision: 1212937

URL: http://svn.apache.org/viewvc?rev=1212937&view=rev
Log:
Version change from 0.7.0-SNAPSHOT to 0.7.0

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/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/puppet/pom.xml
    whirr/branches/branch-0.7/services/voldemort/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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/build-tools/pom.xml (original)
+++ whirr/branches/branch-0.7/build-tools/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,6 +20,6 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <name>Apache Whirr Build Tools</name>
 </project>

Modified: whirr/branches/branch-0.7/cli/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/cli/pom.xml?rev=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/cli/pom.xml (original)
+++ whirr/branches/branch-0.7/cli/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/core/pom.xml (original)
+++ whirr/branches/branch-0.7/core/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/examples/pom.xml (original)
+++ whirr/branches/branch-0.7/examples/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/pom.xml (original)
+++ whirr/branches/branch-0.7/pom.xml Sat Dec 10 23:59:03 2011
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cassandra/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cassandra/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <name>Apache Whirr Cassandra</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cdh/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cdh/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/chef/pom.xml (original)
+++ whirr/branches/branch-0.7/services/chef/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>
@@ -86,4 +86,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/elasticsearch/pom.xml (original)
+++ whirr/branches/branch-0.7/services/elasticsearch/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/ganglia/pom.xml (original)
+++ whirr/branches/branch-0.7/services/ganglia/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hadoop/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hadoop/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hama/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hama/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hbase/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hbase/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/mahout/pom.xml (original)
+++ whirr/branches/branch-0.7/services/mahout/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-mahout</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <name>Apache Whirr Mahout</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/puppet/pom.xml (original)
+++ whirr/branches/branch-0.7/services/puppet/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/voldemort/pom.xml (original)
+++ whirr/branches/branch-0.7/services/voldemort/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <name>Apache Whirr Voldemort</name>
   <dependencies>
     <dependency>

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=1212937&r1=1212936&r2=1212937&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/zookeeper/pom.xml (original)
+++ whirr/branches/branch-0.7/services/zookeeper/pom.xml Sat Dec 10 23:59:03 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>