diff --git a/.travis.yml b/.travis.yml
index f8c1fdde..c16d2f86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,3 @@
language: java
jdk:
- - openjdk6
+ - openjdk7
diff --git a/README.md b/README.md
index 998ce194..e894b260 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,16 @@
-Cloudhopper SMPP by Twitter [![Build Status](https://secure.travis-ci.org/twitter/cloudhopper-smpp.png?branch=master)](http://travis-ci.org/twitter/cloudhopper-smpp)
-============================
+Cloudhopper SMPP by Fizzed (forked from Twitter)
+================================================
-News
-------------------------
- * Netty 4 beta is available at Maven Central. Please test and submit issues.
- Since stability & reliability is critical for this library and how netty-4
- required significant changes -- we still need your help with beta testing.
+[![Build Status](https://secure.travis-ci.org/fizzed/cloudhopper-smpp.png?branch=master)](http://travis-ci.org/fizzed/cloudhopper-smpp)
+
+Sponsored by
+------------
-
- com.cloudhopper
- ch-smpp
- 6.0.0-netty4-beta-2
-
+Cloudhopper-SMPP is proudly sponsored by Greenback. We love the service and think you would too.
+
+
+
+More engineering. Less paperwork. Expenses made simple.
Overview
------------------------
@@ -19,6 +18,8 @@ Overview
Efficient, scalable, rock-solid, and flexible Java implementation of the Short
Messaging Peer to Peer Protocol (SMPP).
+Twitter exclusively relies on this library for its global SMS infrastructure.
+
* Real-world used library by Twitter across nearly every SMSC vendor and
mobile operator around the world. We've seen almost every variance in the
SMPP protocol and this library handles it flawlessly.
@@ -49,31 +50,34 @@ The library has been tested and certified with hundreds of mobile operators
and suppliers around the world. It's effective at being flexible with SMPP
specifications that aren't truly compliant.
-
Background and Contributors
---------------------------
This library was originally developed by Cloudhopper, Inc. in 2008. Cloudhopper
was acquired by Twitter in April 2010. The main author of this library,
-Joe Lauer, left Twitter in April 2013. While folks at Twitter still contribute
-and maintain this library, Joe is now with [Fizzed, Inc](http://fizzed.com).
-Fizzed sponsors this project in conjunction with Twitter. If you have
-any commercial questions/ideas pertaining to this library, feel free to reach
-out to [Fizzed](http://fizzed.com).
+Joe Lauer, left Twitter in April 2013 to found Fizzed, Inc. As of Nov 2015,
+[Fizzed, Inc](http://fizzed.com) is the official maintainer of the library.
+If you're looking for commercial support, please contact [Fizzed](http://fizzed.com).
- Joe Lauer (Twitter: [@jjlauer](http://twitter.com/jjlauer))
-- Garth (Twitter: [@trg](http://twitter.com/trg))
Installation
------------
-Library versions >= 5.0.0 are now published to the Maven Central Repository.
-Just add the following dependency to your project maven pom.xml:
+Library is available via maven central. For netty-3 and a stable version:
+
+
+ com.fizzed
+ ch-smpp
+ 5.0.9
+
+
+For netty-4 and a little more bleeding edge. Visit [netty-4 branch](https://github.com/fizzed/cloudhopper-smpp/tree/netty4)
- com.cloudhopper
+ com.fizzed
ch-smpp
- 5.0.8
+ 6.0.0-netty4-beta-3
Demo Code / Tutorials
@@ -133,6 +137,8 @@ Please let us know if you have other tutorials worth mentioning!
License
-------
+Copyright (C) 2015+ Fizzed, Inc.
Copyright (C) 2009-2015 Twitter, Inc.
+Copyright (C) 2008-2009 Cloudhopper, Inc.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.
diff --git a/pom.xml b/pom.xml
index cbd779e5..01c4b31a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
4.0.0
- com.cloudhopper
+ com.fizzed
ch-smpp
jar
5.0.10-SNAPSHOT
@@ -11,9 +11,9 @@
2009
- https://github.com/twitter/cloudhopper-smpp
- scm:git:https://github.com/twitter/cloudhopper-smpp.git
- scm:git:git@github.com:twitter/cloudhopper-smpp.git
+ https://github.com/fizzed/cloudhopper-smpp
+ scm:git:https://github.com/fizzed/cloudhopper-smpp.git
+ scm:git:git@github.com:fizzed/cloudhopper-smpp.git
master
@@ -30,6 +30,8 @@
3.0.0
3.9.6.Final
1.7.13
+
+ 3.2.5