Skip to content

Commit

Permalink
Merge branch 'kontainers:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sentenza committed Jan 14, 2022
2 parents b106976 + 2462fc4 commit d5d9169
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.sbt
Expand Up @@ -24,14 +24,6 @@ lazy val publishSettings = Seq(
Opts.resolver.sonatypeStaging),
pomIncludeRepository := { x => false },
pomExtra := (
<url>https://github.com/kontainers/elastic4s-client-aws</url>
<licenses>
<license>
<name>Apache2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<system>github</system>
<url>https://github.com/kontainers/elastic4s-client-aws/issues</url>
Expand All @@ -49,6 +41,7 @@ lazy val publishSettings = Seq(
<developer>
<id>sentenza</id>
<name>Alfredo Torre</name>
<url>https://github.com/sentenza</url>
</developer>
</developers>
)
Expand Down

0 comments on commit d5d9169

Please sign in to comment.