Skip to content

Commit 50600f4

Browse files
committed
work
1 parent 2f67915 commit 50600f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.woehlke.computer.kurzweil</groupId>
6-
<artifactId>mandelbrot</artifactId>
6+
<artifactId>mandelbrot-julia</artifactId>
77
<version>3.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

@@ -13,14 +13,14 @@
1313
<inceptionYear>2013</inceptionYear>
1414

1515
<scm>
16-
<url>https://github.com/Computer-Kurzweil/mandelbrot.git</url>
17-
<connection>scm:git:[email protected]:Computer-Kurzweil/mandelbrot.git</connection>
18-
<developerConnection>scm:git:[email protected]:Computer-Kurzweil/mandelbrot.git</developerConnection>
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>
1919
<tag>HEAD</tag>
2020
</scm>
2121

2222
<issueManagement>
23-
<url>https://github.com/Computer-Kurzweil/mandelbrot/issues/</url>
23+
<url>https://github.com/Computer-Kurzweil/mandelbrot-julia/issues/</url>
2424
<system>GitHub</system>
2525
</issueManagement>
2626

0 commit comments

Comments
 (0)