Skip to content

Commit

Permalink
Add project name in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
johspaeth committed Oct 27, 2023
1 parent 9540a12 commit 28cb88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<url>git@github.com:johspaeth/PathExpression.git</url>
<tag>${project.version}</tag>
</scm>
<name>Tarjan's Path Expression Implementation for Java</name>
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
<url>https://github.com/johspaeth/PathExpression</url>

Expand Down

0 comments on commit 28cb88a

Please sign in to comment.