Skip to content

Commit aae9a60

Browse files
authored
AISDK-210: Update maven links (#49)
1 parent 09b1408 commit aae9a60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rev AI Java SDK
22

3-
[![Maven Central](https://img.shields.io/maven-central/v/ai.rev.speechtotext/revai-java-sdk-speechtotext)](https://mvnrepository.com/artifact/ai.rev.speechtotext/revai-java-sdk-speechtotext)
3+
[![Maven Central](https://img.shields.io/maven-central/v/ai.rev/revai-java-sdk)](https://mvnrepository.com/artifact/ai.rev/revai-java-sdk)
44
[![Build Status](https://github.com/revdotcom/revai-java-sdk/workflows/Build/badge.svg?branch=develop)](https://github.com/revdotcom/revai-java-sdk/actions?query=workflow%3ABuild+branch%3Adevelop)
55

66
## Documentation

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5+
<!-- groupId, artifactId, these namespaces should not be changed -->
56
<groupId>ai.rev</groupId>
67
<artifactId>revai-java-sdk</artifactId>
78
<version>2.2.0</version>

0 commit comments

Comments
 (0)