You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2010/09/17 00:19:41 UTC

svn commit: r997939 - in /incubator/whirr/trunk: CHANGES.txt services/cassandra/pom.xml services/hadoop/pom.xml services/zookeeper/pom.xml

Author: tomwhite
Date: Thu Sep 16 22:19:40 2010
New Revision: 997939

URL: http://svn.apache.org/viewvc?rev=997939&view=rev
Log:
WHIRR-89. Support maven 3 builds. Contributed by Adrian Cole.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/services/cassandra/pom.xml
    incubator/whirr/trunk/services/hadoop/pom.xml
    incubator/whirr/trunk/services/zookeeper/pom.xml

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=997939&r1=997938&r2=997939&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Thu Sep 16 22:19:40 2010
@@ -2,6 +2,10 @@ Apache Whirr Change Log
 
 Trunk (unreleased changes)
 
+  IMPROVEMENTS
+
+    WHIRR-89. Support maven 3 builds. (Adrian Cole via tomwhite)
+
 Release 0.1.0 - 2010-09-02
 
   INCOMPATIBLE CHANGES
@@ -84,3 +88,4 @@ Release 0.1.0 - 2010-09-02
 
     WHIRR-86. Update quick start documentation to work with release 0.1.0.
     (tomwhite)
+

Modified: incubator/whirr/trunk/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/cassandra/pom.xml?rev=997939&r1=997938&r2=997939&view=diff
==============================================================================
--- incubator/whirr/trunk/services/cassandra/pom.xml (original)
+++ incubator/whirr/trunk/services/cassandra/pom.xml Thu Sep 16 22:19:40 2010
@@ -21,7 +21,7 @@
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
     <version>0.2.0-incubating-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>

Modified: incubator/whirr/trunk/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/hadoop/pom.xml?rev=997939&r1=997938&r2=997939&view=diff
==============================================================================
--- incubator/whirr/trunk/services/hadoop/pom.xml (original)
+++ incubator/whirr/trunk/services/hadoop/pom.xml Thu Sep 16 22:19:40 2010
@@ -21,7 +21,7 @@
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
     <version>0.2.0-incubating-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>

Modified: incubator/whirr/trunk/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/zookeeper/pom.xml?rev=997939&r1=997938&r2=997939&view=diff
==============================================================================
--- incubator/whirr/trunk/services/zookeeper/pom.xml (original)
+++ incubator/whirr/trunk/services/zookeeper/pom.xml Thu Sep 16 22:19:40 2010
@@ -21,7 +21,7 @@
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
     <version>0.2.0-incubating-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>