Skip to content

Commit 256b99c

Browse files
committed
[maven-release-plugin] prepare release mandelbrot-zoom-3.0.5
1 parent 526387a commit 256b99c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>mandelbrot-zoom</artifactId>
12-
<version>3.0.5-SNAPSHOT</version>
12+
<version>3.0.5</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Mandelbrot Zoom</name>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:git@github.com:Computer-Kurzweil/mandelbrot-zoom.git</connection>
2222
<developerConnection>scm:git:git@github.com:Computer-Kurzweil/mandelbrot-zoom.git</developerConnection>
2323
<url>https://github.com/BloodMoneyApp/mandelbrot-zoom/tree/${project.scm.tag}</url>
24-
<tag>HEAD</tag>
24+
<tag>mandelbrot-zoom-3.0.5</tag>
2525
</scm>
2626

2727
<issueManagement>
@@ -58,20 +58,20 @@
5858
<id>Central</id>
5959
<name>Central Repository</name>
6060
<url>https://repo1.maven.org/maven2/</url>
61-
<releases></releases>
62-
<snapshots></snapshots>
61+
<releases />
62+
<snapshots />
6363
</repository>
6464
<repository>
6565
<id>repository.woehlke.org-releases</id>
6666
<name>woehlke.org Releases Repository</name>
6767
<url>https://repository.woehlke.org/releases/</url>
68-
<releases></releases>
68+
<releases />
6969
</repository>
7070
<repository>
7171
<id>repository.woehlke.org-snapshots</id>
7272
<name>woehlke.org Snapshots Repository</name>
7373
<url>https://repository.woehlke.org/snapshots/</url>
74-
<snapshots></snapshots>
74+
<snapshots />
7575
</repository>
7676
</repositories>
7777

0 commit comments

Comments
 (0)