Skip to content

Commit

Permalink
chore(pom): add name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Reko Jokelainen committed Dec 7, 2015
1 parent 86e8b1a commit 88d134d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<name>java8-utils</name>
<description>The package provides helper methods for interacting with, e.g., the stream features of Java 8 and above.</description>

<inceptionYear>2015</inceptionYear>

<groupId>com.nitorcreations</groupId>
<artifactId>java8utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
Expand Down

0 comments on commit 88d134d

Please sign in to comment.