From 7ff4c2d399e1497966689cbe13edf2cd2a9a29b1 Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Thu, 26 Sep 2013 10:48:24 +0530 Subject: fixed maven build for scala 2.10 --- yarn/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yarn/pom.xml') diff --git a/yarn/pom.xml b/yarn/pom.xml index 21b650d1ea..47e27ee41c 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -64,8 +64,8 @@ - target/scala-${scala.version}/classes - target/scala-${scala.version}/test-classes + target/scala-${scala-short.version}/classes + target/scala-${scala-short.version}/test-classes org.apache.maven.plugins -- cgit v1.2.3