Skip to content

Commit

Permalink
some information added to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Aug 25, 2018
1 parent b3a60d3 commit 4be12e2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:ssh://github.com/phpmonkeys-de/gwt-twemoji.git</connection>
<url>http://github.com/phpmonkeys-de/gwt-twemoji</url>
</scm>

<developers>
<developer>
<id>nbartels</id>
<name>Norbert Bartels</name>
<email>[email protected]</email>
<url>http://www.phpmonkeys.de</url>
<roles>
<role>Project Lead</role>
<role>Developer</role>
</roles>
<timezone>Europe/Berlin</timezone>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down

0 comments on commit 4be12e2

Please sign in to comment.