aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 3300a465ef..7c145ef362 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -89,16 +89,16 @@
<profiles>
<profile>
- <id>hadoop2-yarn</id>
+ <id>yarn-alpha</id>
<modules>
- <module>2.0</module>
+ <module>alpha</module>
</modules>
</profile>
<profile>
- <id>hadoop2.2-yarn</id>
+ <id>yarn</id>
<modules>
- <module>2.2</module>
+ <module>stable</module>
</modules>
</profile>
</profiles>