Skip to content

Commit 818b61b

Browse files
committed
Renamed to new artifact name
1 parent 46be5fd commit 818b61b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Rest API SDK Core
22

3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.taboola/rest-api-sdk-core/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/com.taboola/rest-api-sdk-core)
4-
[![Build Status](https://travis-ci.org/taboola/rest-api-sdk-core.svg?branch=master)](https://travis-ci.org/taboola/rest-api-sdk-core)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.taboola/api-java-client-core/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/com.taboola/api-java-client-core)
4+
[![Build Status](https://travis-ci.org/taboola/api-java-client-core.svg?branch=master)](https://travis-ci.org/taboola/api-java-client-core)
55

66
### Table of Contents
77
1. [Getting Started](#1-getting-started)
@@ -67,16 +67,16 @@ If your project is built with Maven add following to your pom file:
6767
```
6868
<dependency>
6969
<groupId>com.taboola</groupId>
70-
<artifactId>rest-api-sdk-core</artifactId>
70+
<artifactId>api-java-client-core</artifactId>
7171
<version>x.y.z</version>
7272
</dependency>
7373
```
7474

7575
If your project is built with Gradle add following to your gradle setting file:
7676

7777
```
78-
// https://mvnrepository.com/artifact/com.taboola/rest-api-sdk-core
79-
compile group: 'com.taboola', name: 'rest-api-sdk-core', version: 'x.y.z'
78+
// https://mvnrepository.com/artifact/com.taboola/api-java-client-core
79+
compile group: 'com.taboola', name: 'api-java-client-core', version: 'x.y.z'
8080
```
8181

82-
Replace 'x.y.z' with the latest available version from [Maven Central](https://mvnrepository.com/artifact/com.taboola/rest-api-sdk-core)
82+
Replace 'x.y.z' with the latest available version from [Maven Central](https://mvnrepository.com/artifact/com.taboola/api-java-client-core)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>API Java client core</description>
13-
<url>https://github.com/taboola/rest-api-sdk-core</url>
13+
<url>https://github.com/taboola/api-java-client-core</url>
1414

1515
<licenses>
1616
<license>

0 commit comments

Comments
 (0)