updated downloads + clean pom before publish
This commit is contained in:
@@ -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.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user