build.sc
changeset 34 2b907c14fdcb
parent 33 53da843ccd58
child 35 b7cfac7cff27
equal deleted inserted replaced
33:53da843ccd58 34:2b907c14fdcb
    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(