Skip to content

Commit

Permalink
Add homepage for Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldraper committed Jan 26, 2017
1 parent 2bf50bc commit dbcdb7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inScope(Global)(Seq(
)),
crossPaths := false,
developers += Developer("pauldraper", "Paul Draper", "[email protected]", url("https://github.com/pauldraper")),
homepage := Some(url("https://git.lucidchart.com/lucidsoftware/opentracing-httpcomponents")),
licenses += "Apache 2.0 License" -> url("https://www.apache.org/licenses/LICENSE-2.0"),
organization := "com.lucidchart",
organizationHomepage := Some(url("http://opentracing.io/")),
Expand Down
2 changes: 2 additions & 0 deletions httpasyncclient/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpasyncclient" % "4.1.2"
)

moduleName := s"opentracing-${name.value}"
2 changes: 1 addition & 1 deletion httpclient/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpclient" % "4.5.2"
)

moduleName := s"opentracing-$name"
moduleName := s"opentracing-${name.value}"
2 changes: 2 additions & 0 deletions httpcore/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ libraryDependencies ++= Seq(
"io.opentracing" % "opentracing-api" % "0.20.7",
"org.apache.httpcomponents" % "httpcore" % "4.4.5"
)

moduleName := s"opentracing-${name.value}"

0 comments on commit dbcdb7f

Please sign in to comment.