Skip to content

Commit 9ca4c92

Browse files
[maven-release-plugin] prepare release phrase-java-client-1.0.7
1 parent 775dc22 commit 9ca4c92

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.free-now.apis</groupId>
66
<artifactId>phrase-java-client</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
<name>phrase-api</name>
99
<description>This projects contains of services to handle the translations from [PhraseApp API
1010
v2](http://docs.phraseapp.com/api/v2/). It's supposed to expose Phrase translations as POJO or as File within the java world.</description>
@@ -28,19 +28,19 @@
2828
<scm>
2929
<connection>${scm.connection}</connection>
3030
<developerConnection>${scm.connection}</developerConnection>
31-
<tag>phrase-java-client-1.0.2</tag>
31+
<tag>phrase-java-client-1.0.7</tag>
3232
<url>${scm.url}</url>
3333
</scm>
3434

3535
<distributionManagement>
36-
<snapshotRepository>
37-
<id>ossrh</id>
38-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
39-
</snapshotRepository>
4036
<repository>
4137
<id>ossrh</id>
4238
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4339
</repository>
40+
<snapshotRepository>
41+
<id>ossrh</id>
42+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
43+
</snapshotRepository>
4444
</distributionManagement>
4545

4646
<properties>

0 commit comments

Comments
 (0)