Version number set to 1.1-SNAPSHOT

This commit is contained in:
Emmanuel BENOîT 2015-09-17 09:35:42 +02:00
parent 3e9c91a087
commit dfac1d4b0f

View file

@ -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>