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.
|
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
|
## Maven
|
||||||
|
|
||||||
You can use this project as a maven dependency with this :
|
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>
|
<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>
|
||||||
|
|
||||||
@@ -57,9 +57,9 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.1.0</version>
|
||||||
<configuration>
|
<!--<configuration>
|
||||||
<outputDirectory>download</outputDirectory>
|
<outputDirectory>download</outputDirectory>
|
||||||
</configuration>
|
</configuration>-->
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Unit tests -->
|
<!-- Unit tests -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user