We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5423420 commit c2f1544Copy full SHA for c2f1544
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.free-now.apis</groupId>
6
<artifactId>phrase-java-client</artifactId>
7
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
8
<name>phrase-api</name>
9
<description>This projects contains of services to handle the translations from [PhraseApp API
10
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,7 +28,7 @@
28
<scm>
29
<connection>${scm.connection}</connection>
30
<developerConnection>${scm.connection}</developerConnection>
31
- <tag>phrase-java-client-1.0.6</tag>
+ <tag>phrase-java-client-1.1.0</tag>
32
<url>${scm.url}</url>
33
</scm>
34
0 commit comments