Skip to content

Commit aedbc88

Browse files
authored
Add project description to pom.xml
Added a description for the project in pom.xml.
1 parent bb4b877 commit aedbc88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>algo.generic</artifactId>
44
<version>1.0.2-SNAPSHOT</version>
55
<name>algo.generic</name>
6+
<description>Generic versions of commonly used functions, implemented as multimethods that can be implemented for any data type.</description>
67

78
<parent>
89
<groupId>org.clojure</groupId>

0 commit comments

Comments
 (0)