Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Commit b55b337

Browse files
committed
[maven-release-plugin] prepare release 1.0.3
1 parent d2b7f32 commit b55b337

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.sonatype.oss</groupId>
@@ -16,7 +15,7 @@
1615
<description>Base classes for using Dagger in Android Apps.</description>
1716
<url>http://psdev.de/stabbed-android/</url>
1817
<inceptionYear>2013</inceptionYear>
19-
<version>1.0.3-SNAPSHOT</version>
18+
<version>1.0.3</version>
2019

2120
<developers>
2221
<developer>
@@ -37,7 +36,7 @@
3736
<url>https://github.com/PSDev/stabbed-android</url>
3837
<connection>scm:git:git://github.com/PSDev/stabbed-android.git</connection>
3938
<developerConnection>scm:git:git@github.com:PSDev/stabbed-android.git</developerConnection>
40-
<tag>HEAD</tag>
39+
<tag>1.0.3</tag>
4140
</scm>
4241

4342
<issueManagement>

0 commit comments

Comments
 (0)