Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Nov 30, 2017
1 parent 14b83b8 commit 60521d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -9,7 +8,7 @@
<version>0.1</version>
</parent>
<artifactId>hilbert-curve</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</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 @@ -76,7 +75,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.1.4</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 60521d5

Please sign in to comment.