From 9e775092d28523b702ab847e04c210add81b0de7 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 30 May 2012 07:13:15 -0400 Subject: [PATCH] revert snapshot regex changes --- project/Status.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Status.scala b/project/Status.scala index b21be74a0..7ed5b0df4 100644 --- a/project/Status.scala +++ b/project/Status.scala @@ -26,5 +26,5 @@ object Status format.format(new java.util.Date(time)) } final val Snapshot = "-SNAPSHOT" - def snapshotQualifier(v: String) = !Pattern.matches(""".+-(M|Alpha|Beta|RC)?\d+""", v) + def snapshotQualifier(v: String) = !Pattern.matches(""".+-(M|Alpha|Beta|RC)\d*""", v) } \ No newline at end of file