aboutsummaryrefslogtreecommitdiff
path: root/bagel/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bagel/pom.xml')
-rw-r--r--bagel/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bagel/pom.xml b/bagel/pom.xml
index c3461fb889..5f58347204 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -47,7 +47,7 @@
<id>hadoop1</id>
<activation>
<property>
- <name>!hadoop</name>
+ <name>!hadoopVersion</name>
</property>
</activation>
<dependencies>
@@ -79,7 +79,7 @@
<id>hadoop2</id>
<activation>
<property>
- <name>hadoop</name>
+ <name>hadoopVersion</name>
<value>2</value>
</property>
</activation>