Skip to content

Commit 78da309

Browse files
committed
Added meta information
1 parent 5527849 commit 78da309

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@
66
<artifactId>exceptionless-client</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88

9+
<name>Exceptionless Java Client</name>
10+
<description>Java client library to send events to an Exceptionless server</description>
11+
<url>https://github.com/exceptionless/Exceptionless.Java</url>
12+
13+
<licenses>
14+
<license>
15+
<name>The Apache License, Version 2.0</name>
16+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
17+
</license>
18+
</licenses>
19+
20+
<developers>
21+
<developer>
22+
<name>Prashant Chaubey</name>
23+
<email>[email protected]</email>
24+
<organization>Exceptionless</organization>
25+
<organizationUrl>https://github.com/exceptionless</organizationUrl>
26+
<timezone>UTC+05:30</timezone>
27+
</developer>
28+
</developers>
29+
930
<dependencies>
1031
<dependency>
1132
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)