Set version number
This commit is contained in:
parent
09ec322388
commit
3e9c91a087
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>0.0.1-SNAPSHOT</version>
|
<version>1.0</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