Skip to content

Commit

Permalink
#143 add license and developers info
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Aug 20, 2016
1 parent 1b9f491 commit e9bad75
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pom.xml
Expand Up @@ -36,6 +36,35 @@
<module>integrationtest/performance</module>
</modules>

<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<comments>See also: http://hibernate.org/license</comments>
</license>
</licenses>

<developers>
<developer>
<id>mincong-h</id>
<name>Mincong Huang</name>
<email>mincong.h@gmail.com</email>
<url>http://mincong-h.github.io</url>
</developer>
<developer>
<id>gunnarmorling</id>
<name>Gunnar Morling</name>
<email>gunnar@hibernate.org</email>
<url>http://in.relation.to/Bloggers/Gunnar</url>
</developer>
<developer>
<id>epbernard</id>
<name>Emmanuel Bernard</name>
<email>emmanuel@hibernate.org</email>
<url>http://in.relation.to/Bloggers/Emmanuel</url>
</developer>
</developers>

<dependencyManagement>
<dependencies>
<!-- This project's modules -->
Expand Down

0 comments on commit e9bad75

Please sign in to comment.