Skip to content

Commit

Permalink
[build] Updated version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed May 30, 2012
1 parent f690aeb commit 82a7b6e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Expand Up @@ -17,4 +17,4 @@
# This file should be the one source of truth for for versions within HUE.
# It is at least included by each of the default hue app's setup.py.

VERSION="2.0.0"
VERSION="2.1.0"
2 changes: 1 addition & 1 deletion apps/beeswax/java/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
2 changes: 1 addition & 1 deletion desktop/libs/hadoop/credentials-merger/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
2 changes: 1 addition & 1 deletion desktop/libs/hadoop/java/pom.xml
Expand Up @@ -24,7 +24,7 @@
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<relativePath>../../../../maven/pom.xml</relativePath>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
2 changes: 1 addition & 1 deletion desktop/libs/hadoop/static-group-mapping/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
2 changes: 1 addition & 1 deletion desktop/libs/hadoop/sudo-shell/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hue Maven Parent POM</name>
Expand Down

0 comments on commit 82a7b6e

Please sign in to comment.