diff --git a/project/Status.scala b/project/Status.scala index 7ed5b0df4..4baf78616 100644 --- a/project/Status.scala +++ b/project/Status.scala @@ -19,7 +19,7 @@ object Status if(v endsWith Snapshot) (v stripSuffix Snapshot) + "-" + timestampString(System.currentTimeMillis) else - v + error("Release version '" + v + "' cannot be stamped") def timestampString(time: Long): String = { val format = new java.text.SimpleDateFormat("yyyyMMdd-HHmmss")