Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemek committed Jan 20, 2019
1 parent ccdb3bd commit 0c7f182
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@

<groupId>fr.klemek</groupId>
<artifactId>betterlists</artifactId>
<version>1.4</version>
<version>1.4-SNAPSHOT</version>

<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>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 0c7f182

Please sign in to comment.