Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebatty committed Apr 9, 2015
1 parent 6eb9bf6 commit f645870
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>info.debatty</groupId>
<artifactId>java-lsh</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -36,7 +34,8 @@
<connection>scm:git:git@github.com:tdebatty/java-LSH.git</connection>
<developerConnection>scm:git:git@github.com:tdebatty/java-LSH.git</developerConnection>
<url>git@github.com:tdebatty/java-LSH.git</url>
</scm>
<tag>v0.3</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit f645870

Please sign in to comment.