Skip to content

Commit f0f77d9

Browse files
committed
Release v1.0
1 parent fc7fd85 commit f0f77d9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.mangara</groupId>
55
<artifactId>diophantine</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
<packaging>jar</packaging>
88
<distributionManagement>
99
<repository>
@@ -98,7 +98,5 @@
9898
<maven.compiler.target>15</maven.compiler.target>
9999
</properties>
100100
<name>Diophantine</name>
101-
<description>A solver for linear and quadratic diophantine equations.
102-
103-
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>
104-
</project>
101+
<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>
102+
</project>

0 commit comments

Comments
 (0)