mirror of https://github.com/sbt/sbt.git
Fixes the releasing
This commit is contained in:
parent
5ab4714cb6
commit
1aa7ba807b
|
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue