Skip to content

Commit

Permalink
fix scm properties in the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Mar 17, 2022
1 parent 244f1ae commit 69b2787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@
import sbt.Keys._
import sbt._

import java.net.URL

inThisBuild(List(
sbtPlugin := true,
organization := "io.kamon",
scmInfo := Some(ScmInfo(
new URL("https://github.com/kamon-io/sbt-kanela-runner"),
"scm:git:https://github.com/kamon-io/sbt-kanela-runner.git"
))
))

def crossSbtDependency(module: ModuleID, sbtVersion: String, scalaVersion: String): ModuleID = {
Expand Down
4 changes: 0 additions & 4 deletions project/KamonSbtUmbrella.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ object KamonSbtUmbrella extends AutoPlugin {

private def defaultPomExtra(projectName: String) = {
<url>http://kamon.io</url>
<scm>
<url>git://github.com/kamon-io/{projectName}.git</url>
<connection>scm:git:git@github.com:kamon-io/{projectName}.git</connection>
</scm>
<developers>
<developer><id>ivantopo</id><name>Ivan Topolnjak</name><url>https://twitter.com/ivantopo</url></developer>
<developer><id>dpsoft</id><name>Diego Parra</name><url>https://twitter.com/diegolparra</url></developer>
Expand Down

0 comments on commit 69b2787

Please sign in to comment.