Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release branch #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Maven
<dependency>
<groupId>com.sinch</groupId>
<artifactId>sdk-sms</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>
```

Gradle
```groovy
implementation 'com.sinch:sdk-sms:2.2.1'
implementation 'com.sinch:sdk-sms:2.2.2'
```

## Quick Start
Expand Down Expand Up @@ -109,7 +109,7 @@ Build .jar file
mvn package
```

It will give you `sdk-sms-2.2.1-jar-with-dependencies.jar`
It will give you `sdk-sms-2.2.2-jar-with-dependencies.jar`

To skip local test
```bash
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sinch</groupId>
<artifactId>sdk-sms</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SDK for Sinch SMS</name>
<description>Library providing a Java API for the Sinch HTTP REST Messaging API.</description>
Expand Down
Loading