Updated pom.xml
This commit is contained in:
@@ -4,9 +4,24 @@
|
|||||||
|
|
||||||
<groupId>fr.klemek</groupId>
|
<groupId>fr.klemek</groupId>
|
||||||
<artifactId>betterlists</artifactId>
|
<artifactId>betterlists</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.4-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>BetterLists</name>
|
<name>BetterLists</name>
|
||||||
|
<description>An extension of the java.util.List interface which include some of the C# LINQ
|
||||||
|
useful functions. List classes are extended as well. (ArrayList -> BetterArrayList)
|
||||||
|
</description>
|
||||||
|
<url>https://github.com/Klemek/BetterLists</url>
|
||||||
|
<developers>
|
||||||
|
<developer>Klemek</developer>
|
||||||
|
</developers>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>Apache License</name>
|
||||||
|
<url>../LICENSE.txt</url>
|
||||||
|
<distribution>repo</distribution>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
Reference in New Issue
Block a user