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 4
4
5
5
<groupId >com.free-now.apis</groupId >
6
6
<artifactId >phrase-java-client</artifactId >
7
- <version >1.0.7-SNAPSHOT </version >
7
+ <version >1.0.7</version >
8
8
<name >phrase-api</name >
9
9
<description >This projects contains of services to handle the translations from [PhraseApp API
10
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
28
<scm >
29
29
<connection >${scm.connection} </connection >
30
30
<developerConnection >${scm.connection} </developerConnection >
31
- <tag >phrase-java-client-1.0.2 </tag >
31
+ <tag >phrase-java-client-1.0.7 </tag >
32
32
<url >${scm.url} </url >
33
33
</scm >
34
34
35
35
<distributionManagement >
36
- <snapshotRepository >
37
- <id >ossrh</id >
38
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
39
- </snapshotRepository >
40
36
<repository >
41
37
<id >ossrh</id >
42
38
<url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
43
39
</repository >
40
+ <snapshotRepository >
41
+ <id >ossrh</id >
42
+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
43
+ </snapshotRepository >
44
44
</distributionManagement >
45
45
46
46
<properties >
You can’t perform that action at this time.
0 commit comments