Skip to content

Commit d242f2d

Browse files
committed
chore: change groupId from com.mytaxi to com.free-now
1 parent 6aa42aa commit d242f2d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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)
1+
# Phrase-Java-Client
32
[![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)
43
## What is this?
54
This projects contains of services to handle the translations from [PhraseApp API v2](http://docs.phraseapp.com/api/v2/).
@@ -16,7 +15,7 @@ Currently this project is not released in the maven central repository.
1615
Please install this dependency to your local repository and include the following dependency:
1716
```
1817
<dependency>
19-
<groupId>com.mytaxi.apis</groupId>
18+
<groupId>com.free-now.apis</groupId>
2019
<artifactId>phrase-java-client</artifactId>
2120
<version>1.0.4</version>
2221
</dependency>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.mytaxi.apis</groupId>
5+
<groupId>com.free-now.apis</groupId>
66
<artifactId>phrase-java-client</artifactId>
77
<version>1.0.7-SNAPSHOT</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>
11-
<url>https://github.com/mytaxi/phrase-java-client</url>
11+
<url>https://github.com/freenowtech/phrase-java-client</url>
1212

1313
<licenses>
1414
<license>
@@ -20,8 +20,8 @@
2020
<developers>
2121
<developer>
2222
<name>Jan Sören Ramm</name>
23-
<organization>Intelligent Apps GmbH - mytaxi</organization>
24-
<organizationUrl>http://www.mytaxi.com</organizationUrl>
23+
<organization>Free Now</organization>
24+
<organizationUrl>http://www.free-now.com</organizationUrl>
2525
</developer>
2626
</developers>
2727

@@ -47,8 +47,8 @@
4747
<jackson.version>[2.7.0,2.8.0)</jackson.version>
4848
<javaVersion>1.8</javaVersion>
4949
<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>
5252
<spring.version>3.2.15.RELEASE</spring.version>
5353
</properties>
5454

0 commit comments

Comments
 (0)