@@ -9,7 +9,6 @@ name := "udash"
99Global / excludeLintKeys ++= Set (ideOutputDirectory, ideSkipProject)
1010
1111inThisBuild(Seq (
12- version := " 0.9.0-SNAPSHOT" ,
1312 organization := " io.udash" ,
1413 resolvers += Resolver .defaultLocal,
1514))
@@ -25,36 +24,17 @@ val browserCapabilities: Capabilities = {
2524
2625// Deployment configuration
2726val deploymentConfiguration = Seq (
28- publishMavenStyle := true ,
29- Test / publishArtifact := false ,
3027 pomIncludeRepository := { _ => false },
31-
32- publishTo := sonatypePublishToBundle.value,
3328 sonatypeCredentialHost := Sonatype .sonatypeCentralHost,
34-
35- credentials in Global += Credentials (
36- " Sonatype Nexus Repository Manager" ,
37- " oss.sonatype.org" ,
38- sys.env.getOrElse(" SONATYPE_USERNAME" , " " ),
39- sys.env.getOrElse(" SONATYPE_PASSWORD" , " " )
40- ),
41-
4229 licenses := Seq (License .Apache2 ),
43-
44- pomExtra := {
45- <url >https:// github.com/ UdashFramework / udash- core</url >
46- <scm >
47- <url >git@ github.com: UdashFramework / udash- core.git</url >
48- <connection >scm: git@ github.com: UdashFramework / udash- core.git</connection >
49- </scm >
50- <developers >
51- <developer >
52- <id >avsystem</id >
53- <name >AVSystem </name >
54- <url >http:// www.avsystem.com/</ url>
55- </developer >
56- </developers >
57- }
30+ scmInfo := Some (ScmInfo (
31+ browseUrl = url(" https://github.com/UdashFramework/udash-core" ),
32+ connection = " scm:git:git@github.com:UdashFramework/udash-core.git" ,
33+ devConnection = Some (" scm:git:git@github.com:UdashFramework/udash-core.git" ),
34+ )),
35+ developers := List (
36+ Developer (" ddworak" , " Dawid Dworak" , " d.dworak@avsystem.com" , url(" https://github.com/ddworak" )),
37+ ),
5838)
5939
6040val commonSettings = Seq (
0 commit comments