Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Csillag committed Jul 22, 2014
1 parent 876da19 commit 737c4bd
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,10 +1,9 @@
<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>

<groupId>com.spotify</groupId>
<artifactId>helios-skydns</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<name>helios-skydns</name>
Expand Down Expand Up @@ -59,7 +58,7 @@
<scm>
<connection>scm:git:https://github.com/spotify/helios.git</connection>
<developerConnection>scm:git:[email protected]:spotify/helios-skydns.git</developerConnection>
<tag>HEAD</tag>
<tag>0.1</tag>
<url>https://github.com/spotify/helios-skydns</url>
</scm>

Expand Down

0 comments on commit 737c4bd

Please sign in to comment.