summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-03-24 21:37:51 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-03-24 21:37:51 +0300
commitf8cea556bf2d0989c371d104f3c862c666ebdfce (patch)
tree3c0354da1916712294da52db40594ccc0ac950a8 /build.sc
parente6da142ffcaaea55043a1417796a1f032371ee64 (diff)
downloadmill-f8cea556bf2d0989c371d104f3c862c666ebdfce.tar.gz
mill-f8cea556bf2d0989c371d104f3c862c666ebdfce.tar.bz2
mill-f8cea556bf2d0989c371d104f3c862c666ebdfce.zip
remove deprecated things from POM in build.sc
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc14
1 files changed, 2 insertions, 12 deletions
diff --git a/build.sc b/build.sc
index 1542dfd2..bc3c3cf3 100755
--- a/build.sc
+++ b/build.sc
@@ -19,18 +19,8 @@ trait MillPublishModule extends PublishModule{
description = artifactName(),
organization = "com.lihaoyi",
url = "https://github.com/lihaoyi/mill",
- licenses = Seq(
- License("MIT license", "http://www.opensource.org/licenses/mit-license.php")
- ),
- // TODO 0.1.4
- // licenses = Seq(License.MIT),
- scm = SCM(
- "git://github.com/lihaoyi/mill.git",
- "scm:git://github.com/lihaoyi/mill.git"
- ),
- // TODO 0.1.4:
- // versionControl = VersionControl.github("lihaoyi", "mill")
-
+ licenses = Seq(License.MIT),
+ versionControl = VersionControl.github("lihaoyi", "mill"),
developers = Seq(
Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi")
)