File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Phrase-Java-Client
2
- [ ![ Build Status] ( https://travis-ci.org/mytaxi /phrase-java-client. svg?branch=master )] ( https://travis-ci.org/mytaxi /phrase-java-client )
3
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.mytaxi .apis/phrase-java-client/badge.svg?x=1 )] ( https://maven-badges.herokuapp.com/maven-central/com.mytaxi .apis/phrase-java-client )
2
+ [ ![ Build Status] ( https://github.com/freenowtech /phrase-java-client/actions/workflows/maven.yml/badge. svg?query=branch%3Amaster )] ( https://github.com/freenowtech /phrase-java-client/actions?query=branch%3Amaster )
3
+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.free-now .apis/phrase-java-client/badge.svg?x=1 )] ( https://maven-badges.herokuapp.com/maven-central/com.free-now .apis/phrase-java-client )
4
4
## What is this?
5
5
This projects contains of services to handle the translations from [ PhraseApp API v2] ( http://docs.phraseapp.com/api/v2/ ) .
6
6
It's supposed to expose Phrase translations as POJO or as File within the java world.
@@ -16,9 +16,9 @@ Currently this project is not released in the maven central repository.
16
16
Please install this dependency to your local repository and include the following dependency:
17
17
```
18
18
<dependency>
19
- <groupId>com.mytaxi .apis</groupId>
19
+ <groupId>com.free-now .apis</groupId>
20
20
<artifactId>phrase-java-client</artifactId>
21
- <version>1.0.4 </version>
21
+ <version>${phrase-java-client.version} </version>
22
22
</dependency>
23
23
```
24
24
Original file line number Diff line number Diff line change 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 >
11
- <url >https://github.com/mytaxi /phrase-java-client</url >
11
+ <url >https://github.com/freenowtech /phrase-java-client</url >
12
12
13
13
<licenses >
14
14
<license >
20
20
<developers >
21
21
<developer >
22
22
<name >Jan Sören Ramm</name >
23
- <organization >Intelligent Apps GmbH - mytaxi </organization >
24
- <organizationUrl >http://www.mytaxi .com</organizationUrl >
23
+ <organization >Intelligent Apps GmbH - Free Now </organization >
24
+ <organizationUrl >http://www.free-now .com</organizationUrl >
25
25
</developer >
26
26
</developers >
27
27
47
47
<jackson .version>[2.7.0,2.8.0)</jackson .version>
48
48
<javaVersion >1.8</javaVersion >
49
49
<mavenVersion >2.0.9</mavenVersion >
50
- <scm .connection>scm:git:git@github.com:mytaxi /phrase-java-client.git</scm .connection>
51
- <scm .url>https://github.com/mytaxi /phrase-java-client</scm .url>
50
+ <scm .connection>scm:git:git@github.com:freenowtech /phrase-java-client.git</scm .connection>
51
+ <scm .url>https://github.com/freenowtech /phrase-java-client</scm .url>
52
52
<spring .version>3.2.15.RELEASE</spring .version>
53
53
</properties >
54
54
You can’t perform that action at this time.
0 commit comments