Skip to content

Commit 6f468fe

Browse files
committed
[maven-release-plugin] prepare release phrase-plugin-1.0.4
1 parent c65500c commit 6f468fe

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
@@ -3,12 +3,11 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.mytaxi.maven.plugins</groupId>
55
<artifactId>phrase-plugin</artifactId>
6-
<version>1.0.4-SNAPSHOT</version>
6+
<version>1.0.4</version>
77
<packaging>maven-plugin</packaging>
88
<name>phrase-plugin</name>
99
<description>This projects contains a maven plugin to download PhraseApp translations due the
10-
build process from [PhraseApp API v2](http://docs.phraseapp.com/api/v2/).
11-
</description>
10+
build process from [PhraseApp API v2](http://docs.phraseapp.com/api/v2/).</description>
1211
<url>https://github.com/mytaxi/phrase-maven-plugin</url>
1312

1413
<licenses>
@@ -29,7 +28,7 @@
2928
<scm>
3029
<connection>${scm.connection}</connection>
3130
<developerConnection>${scm.connection}</developerConnection>
32-
<tag>HEAD</tag>
31+
<tag>phrase-plugin-1.0.4</tag>
3332
<url>${scm.url}</url>
3433
</scm>
3534

0 commit comments

Comments
 (0)