Skip to content

Commit

Permalink
Preparing for release 0.2.0-incubating
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/whirr/trunk@1029890 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
phunt committed Nov 1, 2010
1 parent 6d9f083 commit 1d9eb1d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
@@ -1,5 +1,14 @@
Apache Whirr Change Log

Trunk (unreleased changes)

NEW FEATURES

IMPROVEMENTS

BUG FIXES


Release 0.2.0 - 2010-11-04

NEW FEATURES
Expand Down
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-build-tools</artifactId>
<packaging>jar</packaging>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<name>Apache Whirr Build Tools</name>
</project>
4 changes: 2 additions & 2 deletions cli/pom.xml
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-cli</artifactId>
<packaging>jar</packaging>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<name>Apache Whirr CLI</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-core</artifactId>
<packaging>jar</packaging>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<name>Apache Whirr Core</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Whirr</name>
Expand Down Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-build-tools</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions services/cassandra/pom.xml
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-cassandra</artifactId>
<packaging>jar</packaging>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<name>Apache Whirr Cassandra</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions services/hadoop/pom.xml
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-hadoop</artifactId>
<packaging>jar</packaging>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<name>Apache Whirr Hadoop</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions services/zookeeper/pom.xml
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-zookeeper</artifactId>
<packaging>jar</packaging>
<version>0.2.0-incubating-SNAPSHOT</version>
<version>0.3.0-incubating-SNAPSHOT</version>
<name>Apache Whirr ZooKeeper</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1d9eb1d

Please sign in to comment.