Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd6decc

Browse files
author
Kevin Burke
committed
Merge the latest master
2 parents afad92f + cb5fa17 commit cd6decc

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGES

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Here you can see the full list of changes between each twilio-java release.
66
Version 3.3.14
77
--------------
88

9-
Released on March 20, 2013
9+
Released on March 18, 2013
1010

11-
Contains support for the <Sip> TwiML verb and making Sip calls via the REST
12-
API.
11+
- Add support for Sip from Twilio
1312

1413
Version 3.3.13
1514
--------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ index.html located there to view it locally.
2222

2323
The pre-built jars are available at:
2424

25-
* [twilio-java-sdk-3.3.10-with-dependencies.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.3.10/twilio-java-sdk-3.3.10-jar-with-dependencies.jar)
26-
* [twilio-java-sdk-3.3.10.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.3.10/twilio-java-sdk-3.3.10.jar) -- use this if you have issues with conflicting jars in your project. You'll need to include versions of the dependencies yourself. See the pom.xml for the list of libraries.
25+
* [twilio-java-sdk-3.3.13-with-dependencies.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.3.13/twilio-java-sdk-3.3.13-jar-with-dependencies.jar)
26+
* [twilio-java-sdk-3.3.13.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.3.13/twilio-java-sdk-3.3.13.jar) -- use this if you have issues with conflicting jars in your project. You'll need to include versions of the dependencies yourself. See the pom.xml for the list of libraries.
2727

2828
You can view the javadocs for this project at:
2929
[http://twilio.github.com/twilio-java](http://twilio.github.com/twilio-java)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>twilio-java-sdk</artifactId>
55
<packaging>jar</packaging>
66
<name>twilio-java-sdk</name>
7-
<version>3.3.13</version>
7+
<version>3.3.15-SNAPSHOT</version>
88
<description>Java helper library for Twilio services</description>
99
<url>http://www.twilio.com</url>
1010
<licenses>

0 commit comments

Comments
 (0)