From 42e1a9da9d2886a72cc94b78d22266f36158e117 Mon Sep 17 00:00:00 2001 From: suresach Date: Tue, 13 Nov 2018 19:33:18 +0530 Subject: [PATCH] bump version to 4.3.0-beta-2 --- CHANGELOG.md | 3 +++ README.md | 6 +++--- pom.properties | 2 +- pom.xml | 4 ++-- src/main/resources/com/plivo/api/version.txt | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce95bf5a..d7c3634d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [4.3.0-beta-2](https://github.com/plivo/plivo-java/tree/v4.3.0-beta-2) (2018-11-13) +- Fixed Phlo response support. + ## [4.3.0-beta-1](https://github.com/plivo/plivo-java/tree/v4.3.0-beta-1) (2018-11-03) - Add support for filtering live calls by from number, to number and call direction. - Add hangup party details in get CDR. Add filtering by hangup source and hangup cause code. diff --git a/README.md b/README.md index cd562496..39fe127f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Plivo Java SDK makes it simpler to integrate communications into your Java a **Supported Java versions:** This SDK works with Java 1.8 & 1.9 i.e., JDK 8 and JDK 9. While using the SDK with Java 1.9, you may have to use the `--add-modules java.se.ee` flag to include modules that are no longer present by default. ## Installation -You can use this SDK by adding it as a dependency in your dependency management tool. Alternatively, you can use the [JAR file](https://search.maven.org/remotecontent?filepath=com/plivo/plivo-java/4.3.0-beta-1/plivo-java-4.3.0-beta-1.jar). +You can use this SDK by adding it as a dependency in your dependency management tool. Alternatively, you can use the [JAR file](https://search.maven.org/remotecontent?filepath=com/plivo/plivo-java/4.3.0-beta-2/plivo-java-4.3.0-beta-2.jar). If you are using Maven, use the following XML to include the Plivo SDK as a dependency. @@ -15,13 +15,13 @@ If you are using Maven, use the following XML to include the Plivo SDK as a depe com.plivo plivo-java - 4.1.5 + 4.3.0-beta-2 ``` If you are using Gradle, use the following line in your dependencies. ``` -compile 'com.plivo:plivo-java:4.3.0-beta-1' +compile 'com.plivo:plivo-java:4.3.0-beta-2' ``` Note: if you are already using Retrofit, exclude this SDK's dependency so there is no version conflict. diff --git a/pom.properties b/pom.properties index e764a696..f347c0fc 100644 --- a/pom.properties +++ b/pom.properties @@ -1,4 +1,4 @@ # Written manually. -version=4.3.0-beta-1 +version=4.3.0-beta-2 groupId=com.plivo artifactId=plivo-java diff --git a/pom.xml b/pom.xml index f28a9dac..43a77846 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.plivo plivo-java - 4.3.0-beta-1 + 4.3.0-beta-2 plivo-java A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML @@ -18,7 +18,7 @@ The Plivo SDKs Team sdks@plivo.com - org.apache.maven.model.Organization@12accaae + org.apache.maven.model.Organization@93cb3b5 https://plivo.com diff --git a/src/main/resources/com/plivo/api/version.txt b/src/main/resources/com/plivo/api/version.txt index 1c32701e..0467f852 100644 --- a/src/main/resources/com/plivo/api/version.txt +++ b/src/main/resources/com/plivo/api/version.txt @@ -1 +1 @@ -4.3.0-beta-1 +4.3.0-beta-2 \ No newline at end of file