Skip to content

Commit 28cb88a

Browse files
committed
Add project name in pom.xml
1 parent 9540a12 commit 28cb88a

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
@@ -17,6 +17,7 @@
1717
<url>[email protected]:johspaeth/PathExpression.git</url>
1818
<tag>${project.version}</tag>
1919
</scm>
20+
<name>Tarjan's Path Expression Implementation for Java</name>
2021
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
2122
<url>https://github.com/johspaeth/PathExpression</url>
2223

0 commit comments

Comments
 (0)