equal
deleted
inserted
replaced
47 |
47 |
48 def publishVersion: Target[String] = V.fatags |
48 def publishVersion: Target[String] = V.fatags |
49 |
49 |
50 def pomSettings: T[PomSettings] = PomSettings( |
50 def pomSettings: T[PomSettings] = PomSettings( |
51 description = "FontAwesome Scala DSL (tags)", |
51 description = "FontAwesome Scala DSL (tags)", |
52 organization = "net.tz", |
52 organization = "cz.functionals", |
53 url = "https://hg.functionals.cz/fatags", |
53 url = "https://hg.functionals.cz/fatags", |
54 licenses = Seq(License.`Apache-2.0`), |
54 licenses = Seq(License.`Apache-2.0`), |
55 versionControl = VersionControl(developerConnection = Some( |
55 versionControl = VersionControl(developerConnection = Some( |
56 "ssh://tzeman@hg.functionals.cz/repos/public/fatags")), |
56 "ssh://tzeman@hg.functionals.cz/repos/public/fatags")), |
57 developers = Seq( |
57 developers = Seq( |