Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangara committed Dec 21, 2022
1 parent fc7fd85 commit f0f77d9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.mangara</groupId>
<artifactId>diophantine</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -98,7 +98,5 @@
<maven.compiler.target>15</maven.compiler.target>
</properties>
<name>Diophantine</name>
<description>A solver for linear and quadratic diophantine equations.

In particular, it finds integer solutions $(x, y)$ to the general quadratic equation $ax^2 + bxy + cy^2 + dx + ey + f = 0$ with integer coefficients $a$, $b$, $c$, $d$, $e$, and $f$.</description>
</project>
<description>A solver for linear and quadratic diophantine equations. In particular, it finds integer solutions $(x, y)$ to the general quadratic equation $ax^2 + bxy + cy^2 + dx + ey + f = 0$ with integer coefficients $a$, $b$, $c$, $d$, $e$, and $f$.</description>
</project>

0 comments on commit f0f77d9

Please sign in to comment.