Skip to content

Commit

Permalink
Bump version to 4.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyantha-plivo committed Nov 10, 2017
1 parent c34c96a commit 03ea4f5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [4.0.0-beta-3](https://github.com/plivo/plivo-java/tree/v4.0.0-beta-3) (2017-11-10)
- Fix #31.
- Support X-Plivo-Signature-V2. Dropped support for V1 signature.

## 4.0.0-beta-2 (2017-10-30)
- Exactly same as 4.0.0-beta-1. As good as a yanked version. No release tag.
- Removed default POM.xml while publishing to Sonatype.
- Available on MavenCentral along with 4.0.0-beta-1.

## [4.0.0-beta-1](https://github.com/plivo/plivo-java/tree/v4.0.0-beta-1) (2017-10-30)
- The new SDK works with both Java 1.8 & 1.9 (JDKs 8 & 9)
- The API interfaces are consistent and guessable
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ If you are using Maven, use the following XML to include the Plivo SDK as a depe
<dependency>
<groupId>com.plivo</groupId>
<artifactId>plivo-java</artifactId>
<version>4.0.0-beta-1</version>
<version>4.0.0-beta-3</version>
</dependency>
```

If you are using Gradle, use the following line in your dependencies.
```
compile 'com.plivo:plivo-java:4.0.0-beta-1'
compile 'com.plivo:plivo-java:4.0.0-beta-3'
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion pom.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Written manually.
version=4.0.0-beta-1
version=4.0.0-beta-3
groupId=com.plivo
artifactId=plivo-java
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.plivo</groupId>
<artifactId>plivo-java</artifactId>
<version>4.0.0-beta-2</version>
<version>4.0.0-beta-3</version>
<name>plivo-java</name>
<description>A Java SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</description>
<licenses>
Expand All @@ -18,7 +18,7 @@
<developer>
<name>The Plivo SDKs Team</name>
<email>sdks@plivo.com</email>
<organization>org.apache.maven.model.Organization@1300d8bd</organization>
<organization>org.apache.maven.model.Organization@271d8b1</organization>
<organizationUrl>https://plivo.com</organizationUrl>
</developer>
</developers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/com/plivo/api/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0-beta-1
4.0.0-beta-3

0 comments on commit 03ea4f5

Please sign in to comment.