Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mandelbrot-zoom-3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jan 8, 2023
1 parent 526387a commit 256b99c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>mandelbrot-zoom</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
<packaging>jar</packaging>

<name>Mandelbrot Zoom</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:Computer-Kurzweil/mandelbrot-zoom.git</connection>
<developerConnection>scm:git:[email protected]:Computer-Kurzweil/mandelbrot-zoom.git</developerConnection>
<url>https://github.com/BloodMoneyApp/mandelbrot-zoom/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>mandelbrot-zoom-3.0.5</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -58,20 +58,20 @@
<id>Central</id>
<name>Central Repository</name>
<url>https://repo1.maven.org/maven2/</url>
<releases></releases>
<snapshots></snapshots>
<releases />
<snapshots />
</repository>
<repository>
<id>repository.woehlke.org-releases</id>
<name>woehlke.org Releases Repository</name>
<url>https://repository.woehlke.org/releases/</url>
<releases></releases>
<releases />
</repository>
<repository>
<id>repository.woehlke.org-snapshots</id>
<name>woehlke.org Snapshots Repository</name>
<url>https://repository.woehlke.org/snapshots/</url>
<snapshots></snapshots>
<snapshots />
</repository>
</repositories>

Expand Down

0 comments on commit 256b99c

Please sign in to comment.