File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments