Skip to content

Commit

Permalink
Update brave-jersey pom.xml with description and license information.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofa committed Nov 2, 2013
1 parent e7d5b70 commit 9c965df
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions brave-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,23 @@
<groupId>com.github.kristofa</groupId>
<version>2.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>brave-jersey</artifactId>
<artifactId>brave-jersey</artifactId>
<packaging>jar</packaging>
<name>brave-jersey</name>
<description>
Jersey integration that uses the brave api to submit client and server side span information.
</description>
<url>https://github.com/kristofa/brave</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
Expand Down

0 comments on commit 9c965df

Please sign in to comment.