Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 4829cfd

Browse files
committed
[maven-release-plugin] prepare release open-0.6.0
1 parent e4383d1 commit 4829cfd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<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">
64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>com.mapzen.android</groupId>
97
<artifactId>open</artifactId>
10-
<version>0.6.0-SNAPSHOT</version>
8+
<version>0.6.0</version>
119
<packaging>apk</packaging>
1210

1311
<name>Open</name>
@@ -52,7 +50,7 @@
5250
<url>http://github.com/mapzen/android</url>
5351
<connection>scm:git:git://github.com/mapzen/android.git</connection>
5452
<developerConnection>scm:git:ssh://[email protected]/mapzen/android.git</developerConnection>
55-
<tag>HEAD</tag>
53+
<tag>open-0.6.0</tag>
5654
</scm>
5755

5856
<dependencies>

0 commit comments

Comments
 (0)