Skip to content

Commit

Permalink
Fix #471
Browse files Browse the repository at this point in the history
Add developers and project url to the main pom file.

Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com>
  • Loading branch information
cescoffier committed Apr 19, 2015
1 parent d38901f commit 1a6e037
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<description>Wisdom is a web framework and integration platform for Java, enabling modularity and
dynamism.
</description>
<url>http://wisdom-framework.org</url>

<licenses>
<license>
Expand Down Expand Up @@ -100,6 +101,23 @@
<url>http://wisdom-framework.org</url>
</organization>

<developers>
<!-- Wisdom Github Organization Owners -->
<developer>
<id>cescoffier</id>
<name>Clement Escoffier</name>
<email>clement[AT]apache[DOT]org</email>
<url>https://github.com/cescoffier</url>
</developer>

<developer>
<id>barjo</id>
<name>Jonathan Bardin</name>
<email>astrosus[AT]gmail[DOT]com</email>
<url>https://github.com/barjo</url>
</developer>
</developers>

<profiles>
<profile>
<!-- Base components -->
Expand Down

0 comments on commit 1a6e037

Please sign in to comment.