Fixes the releasing

This commit is contained in:
Eugene Yokota 2015-06-09 17:20:03 +02:00
parent 5ab4714cb6
commit 1aa7ba807b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ object CustomPomParser {
Option(extraInfo).isDefined &&
((Option(extraInfo get TransformedHashKey) orElse Option(extraInfo get oldTransformedHashKey)) match {
case Some(MyHash) => true
case _ => false
case _ => false
})
}