We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83afcac commit 88bebe5Copy full SHA for 88bebe5
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.woehlke.computer.kurzweil</groupId>
6
<artifactId>mandelbrot-julia</artifactId>
7
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
8
<packaging>jar</packaging>
9
10
<name>Mandelbrot</name>
@@ -16,7 +16,7 @@
16
<url>https://github.com/Computer-Kurzweil/mandelbrot-julia.git</url>
17
<connection>scm:git:[email protected]:Computer-Kurzweil/mandelbrot-julia.git</connection>
18
<developerConnection>scm:git:[email protected]:Computer-Kurzweil/mandelbrot-julia.git</developerConnection>
19
- <tag>HEAD</tag>
+ <tag>mandelbrot-julia-3.0.2</tag>
20
</scm>
21
22
<issueManagement>
0 commit comments