updated downloads + clean pom before publish

This commit is contained in:
Klemek
2019-01-20 15:48:20 +01:00
parent f38f7f1d56
commit 8dce888c75
7 changed files with 3 additions and 7 deletions
-4
View File
@@ -29,10 +29,6 @@ BetterList<String> 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 :
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -4,7 +4,7 @@
<groupId>fr.klemek</groupId>
<artifactId>betterlists</artifactId>
<version>1.4</version>
<version>1.4-SNAPSHOT</version>
<name>BetterLists</name>
@@ -57,9 +57,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<!--<configuration>
<outputDirectory>download</outputDirectory>
</configuration>
</configuration>-->
</plugin>
<!-- Unit tests -->
<plugin>