diff --git a/README.md b/README.md index 30d1151..626caa6 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,6 @@ BetterList contactsEmails = contacts.skip(5) NOTE : Please note that, unlike C# LINQ, these functions are not optimized at low levels and will have the same impact as standard loops in your program. -## Download - -* [betterlists-1.4.jar](../../raw/master/download/betterlists-1.4.jar) - ## Maven You can use this project as a maven dependency with this : diff --git a/download/betterlists-1.0.jar b/download/betterlists-1.0.jar deleted file mode 100644 index 3e5c29f..0000000 Binary files a/download/betterlists-1.0.jar and /dev/null differ diff --git a/download/betterlists-1.1.jar b/download/betterlists-1.1.jar deleted file mode 100644 index f8ce55a..0000000 Binary files a/download/betterlists-1.1.jar and /dev/null differ diff --git a/download/betterlists-1.2.jar b/download/betterlists-1.2.jar deleted file mode 100644 index 9ec4741..0000000 Binary files a/download/betterlists-1.2.jar and /dev/null differ diff --git a/download/betterlists-1.3.jar b/download/betterlists-1.3.jar deleted file mode 100644 index f891b8c..0000000 Binary files a/download/betterlists-1.3.jar and /dev/null differ diff --git a/download/betterlists-1.4.jar b/download/betterlists-1.4.jar deleted file mode 100644 index 3630d44..0000000 Binary files a/download/betterlists-1.4.jar and /dev/null differ diff --git a/pom.xml b/pom.xml index f2d73fa..aea29aa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ fr.klemek betterlists - 1.4 + 1.4-SNAPSHOT BetterLists @@ -57,9 +57,9 @@ org.apache.maven.plugins maven-jar-plugin 3.1.0 - +