# HG changeset patch # User Tomas Zeman # Date 1568891236 -7200 # Node ID 7146cc2c4b81e3e48f1bc1b6d211bffbe5f791aa # Parent 44aad285dc6622bf88fc98d6f2eaf6bd96229af1 Set proper artifact names. diff -r 44aad285dc66 -r 7146cc2c4b81 build.sc --- a/build.sc Thu Sep 19 13:00:31 2019 +0200 +++ b/build.sc Thu Sep 19 13:07:16 2019 +0200 @@ -22,6 +22,8 @@ trait Common extends CrossScalaModule with PublishModule { + override def artifactName: T[String] = "spss4s" + def publishVersion: Input[String] = T.input{ val tv = hgTag() map(v => "-" + v.replace(".patch", "")) getOrElse "" V.spss4s.replace("SNAPSHOT", s"${hgNum()}-${hgId()}$tv")