Skip to content

Commit

Permalink
fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjazdzyk committed Oct 7, 2022
1 parent 6174953 commit 805de94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
</dependencies>

<groupId>io.github.pjazdzyk</groupId>
<artifactId>brent-decker-solver</artifactId>
<artifactId>brent-dekker-solver</artifactId>
<version>1.1.1</version>

<name>Brent Dekker Solver</name>
<description>The algorithm for finding roots of continuous and single-variable math functions,
based on a modified version of the Brent-Decker algorithm.</description>
based on a modified version of the Brent-Dekker algorithm.</description>
<url>https://github.com/pjazdzyk/brent-dekker-solver</url>

<licenses>
Expand Down

0 comments on commit 805de94

Please sign in to comment.