Skip to content

Commit

Permalink
Fix url and add licenses, developers sections to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
eocantu committed Oct 29, 2019
1 parent 3f69369 commit 1bd9a00
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,31 @@
<name>dropwizard-resilience4j-bundle</name>

<description>Lightweight Resilience4j integration for Dropwizard</description>
<url>https://github.com/homeaway/dropwizard-resilience4j-bundle</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>http://github.com/homeaway/dropwizard-resilience4j-bundle</url>
<url>https://github.com/homeaway/dropwizard-resilience4j-bundle</url>
<connection>scm:git:ssh://git@github.com/homeaway/dropwizard-resilience4j-bundle.git</connection>
<developerConnection>scm:git:ssh://git@github.com/homeaway/dropwizard-resilience4j-bundle.git</developerConnection>
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<name>dropwizard-resilience4j-bundle committers</name>
<organization>Vrbo</organization>
<organizationUrl>https://www.vrbo.com</organizationUrl>
</developer>
</developers>

<properties>
<!--Java-->
<java.source.version>1.8</java.source.version>
Expand Down

0 comments on commit 1bd9a00

Please sign in to comment.