Skip to content

Commit a70daf9

Browse files
committed
Fixing name of core client artifact id
1 parent 84cbf04 commit a70daf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.taboola</groupId>
8-
<artifactId>rest-api-sdk-core</artifactId>
8+
<artifactId>api-java-client-core</artifactId>
99
<version>1.0.0</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
@@ -30,9 +30,9 @@
3030
</developers>
3131

3232
<scm>
33-
<connection>scm:git:git://github.com/taboola/backstage-api-java-client.git</connection>
34-
<developerConnection>scm:git:ssh://github.com:taboola/backstage-api-java-client.git</developerConnection>
35-
<url>http://github.com/taboola/backstage-api-java-client/tree/master</url>
33+
<connection>scm:git:git://github.com/taboola/api-java-client-core.git</connection>
34+
<developerConnection>scm:git:ssh://github.com:taboola/api-java-client-core.git</developerConnection>
35+
<url>http://github.com/taboola/api-java-client-core/tree/master</url>
3636
</scm>
3737

3838
<distributionManagement>

0 commit comments

Comments
 (0)