Skip to content

Commit

Permalink
Add license and developers to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepomereu committed Feb 22, 2018
1 parent de4c097 commit c2a8f20
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<groupId>com.kremote-files</groupId>
<version>1.0</version>
<name>Remote Files</name>
<url>https://www.kremote-files.com</url>

<dependencies>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down Expand Up @@ -45,11 +47,41 @@
<version>2.6</version>
</dependency>
</dependencies>

<organization>
<name>KawanSoft</name>
<url>http://www.kawansoft.com</url>
</organization>
<url>https://www.kremote-files.com</url>

<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>abecquereau</id>
<name>Alexandre Becquereau</name>
<email>abecquereau@kawansoft.com</email>
<timezone>GMT+1</timezone>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>ndepomereu</id>
<name>Nicolas de Pomereu</name>
<email>ndepomereu@kawansoft.com</email>
<timezone>GMT+1</timezone>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>

<inceptionYear>January 2018</inceptionYear>
<artifactId>kremote-files</artifactId>
<scm>
Expand Down

0 comments on commit c2a8f20

Please sign in to comment.