Skip to content

Commit 88d134d

Browse files
author
Reko Jokelainen
committed
chore(pom): add name and description
1 parent 86e8b1a commit 88d134d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7+
<name>java8-utils</name>
8+
<description>The package provides helper methods for interacting with, e.g., the stream features of Java 8 and above.</description>
9+
10+
<inceptionYear>2015</inceptionYear>
11+
712
<groupId>com.nitorcreations</groupId>
813
<artifactId>java8utils</artifactId>
914
<version>1.0.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)