Version number set to 1.1-SNAPSHOT
This commit is contained in:
parent
3e9c91a087
commit
dfac1d4b0f
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<groupId>info.ebenoit</groupId>
|
<groupId>info.ebenoit</groupId>
|
||||||
<artifactId>ebul-func</artifactId>
|
<artifactId>ebul-func</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<name>E.B.'s utility libraries - Functional interfaces</name>
|
<name>E.B.'s utility libraries - Functional interfaces</name>
|
||||||
<description>Various utilities related to Java 8's functional interfaces. This includes support for the float primitive type as well as versions of all interfaces capable of rethrowing checked exceptions as runtime exceptions.</description>
|
<description>Various utilities related to Java 8's functional interfaces. This includes support for the float primitive type as well as versions of all interfaces capable of rethrowing checked exceptions as runtime exceptions.</description>
|
||||||
<url>https://github.com/tseeker/ebul-func</url>
|
<url>https://github.com/tseeker/ebul-func</url>
|
||||||
|
|
Loading…
Reference in a new issue