Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Oct 7, 2020
1 parent 1c632e9 commit ce959d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>0.1</version>
</parent>
<artifactId>hilbert-curve</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<name>${project.artifactId}</name>
<description>Utilities for transforming distance along N-dimensional Hilbert Curve to a point and back</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -74,7 +74,7 @@
<connection>scm:git:https://github.com/davidmoten/hilbert-curve.git</connection>
<developerConnection>scm:git:https://github.com/davidmoten/hilbert-curve.git</developerConnection>
<url>scm:git:https://github.com:davidmoten/hilbert-curve.git</url>
<tag>HEAD</tag>
<tag>0.2.2</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit ce959d1

Please sign in to comment.