Skip to content

Commit

Permalink
chore: change groupId from com.mytaxi to com.free-now
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasls committed Dec 21, 2022
1 parent 6aa42aa commit d242f2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Phrase-Java-Client
[![Build Status](https://travis-ci.org/mytaxi/phrase-java-client.svg?branch=master)](https://travis-ci.org/mytaxi/phrase-java-client)
# Phrase-Java-Client
[![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)
## What is this?
This projects contains of services to handle the translations from [PhraseApp API v2](http://docs.phraseapp.com/api/v2/).
Expand All @@ -16,7 +15,7 @@ Currently this project is not released in the maven central repository.
Please install this dependency to your local repository and include the following dependency:
```
<dependency>
<groupId>com.mytaxi.apis</groupId>
<groupId>com.free-now.apis</groupId>
<artifactId>phrase-java-client</artifactId>
<version>1.0.4</version>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.mytaxi.apis</groupId>
<groupId>com.free-now.apis</groupId>
<artifactId>phrase-java-client</artifactId>
<version>1.0.7-SNAPSHOT</version>
<name>phrase-api</name>
<description>This projects contains of services to handle the translations from [PhraseApp API
v2](http://docs.phraseapp.com/api/v2/). It's supposed to expose Phrase translations as POJO or as File within the java world.</description>
<url>https://github.com/mytaxi/phrase-java-client</url>
<url>https://github.com/freenowtech/phrase-java-client</url>

<licenses>
<license>
Expand All @@ -20,8 +20,8 @@
<developers>
<developer>
<name>Jan Sören Ramm</name>
<organization>Intelligent Apps GmbH - mytaxi</organization>
<organizationUrl>http://www.mytaxi.com</organizationUrl>
<organization>Free Now</organization>
<organizationUrl>http://www.free-now.com</organizationUrl>
</developer>
</developers>

Expand All @@ -47,8 +47,8 @@
<jackson.version>[2.7.0,2.8.0)</jackson.version>
<javaVersion>1.8</javaVersion>
<mavenVersion>2.0.9</mavenVersion>
<scm.connection>scm:git:[email protected]:mytaxi/phrase-java-client.git</scm.connection>
<scm.url>https://github.com/mytaxi/phrase-java-client</scm.url>
<scm.connection>scm:git:[email protected]:freenowtech/phrase-java-client.git</scm.connection>
<scm.url>https://github.com/freenowtech/phrase-java-client</scm.url>
<spring.version>3.2.15.RELEASE</spring.version>
</properties>

Expand Down

0 comments on commit d242f2d

Please sign in to comment.