diff --git a/README.md b/README.md
index cf827a808..b90ef2e5f 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@
Who said OAuth/OAuth2 was difficult? Configuring ScribeJava is __so easy your grandma can do it__! check it out:
```java
-OAuthService service = new ServiceBuilder(YOUR_API_KEY)
- .apiSecret(YOUR_API_SECRET)
+OAuthService service = new ServiceBuilder(YOUR_CLIENT_ID)
+ .apiSecret(YOUR_CLIENT_SECRET)
.build(LinkedInApi20.instance());
```
@@ -137,7 +137,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
com.github.scribejava
scribejava-apis
- 8.3.2
+ 8.3.3
```
@@ -146,7 +146,7 @@ And in case you need just core classes (that's it, without any external API (FB,
com.github.scribejava
scribejava-core
- 8.3.2
+ 8.3.3
```
diff --git a/changelog b/changelog
index 468003681..e962e073b 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,4 @@
-[SNAPSHOT]
+[8.3.3]
* update dependencies, including security updates in libraries
[8.3.2]
diff --git a/donate.md b/donate.md
index 829e9a635..99d3686dc 100644
--- a/donate.md
+++ b/donate.md
@@ -2,16 +2,9 @@ You can now help ScribeJava not only by Pull Requests.
You can use [https://www.paypal.com/paypalme/algr453](https://www.paypal.com/paypalme/algr453) directly.
-Donation button for monthly donations or donations by card (VISA, MasterCard, etc) may not be working, but you can try...
-
-Donation button from PayPal: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E3XAUM2ET2R3Y&source=url)
-
-or old link [https://paypal.me/kullfar](https://paypal.me/kullfar)
-
-
Thanks in advance!
-ps.If you can't for any reason use above methods, let me know, we will find the way out.
+ps.If you can't for any reason use above method, let me know, we will find the way out.
Hall of fame "Donors" (in alphabetical order, if you don't want to be here, just put a note along with the donation):
1.Douglas Ross from USA
diff --git a/pom.xml b/pom.xml
index b438813a2..b484b6a71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.github.scribejava
scribejava
pom
- 8.3.3
+ 8.3.4-SNAPSHOT
ScribeJava OAuth Library
The best OAuth library out there
https://github.com/scribejava/scribejava
@@ -36,7 +36,7 @@
scm:git:https://github.com/scribejava/scribejava
scm:git:https://github.com/scribejava/scribejava
https://github.com/scribejava/scribejava
- scribejava-8.3.3
+ HEAD
diff --git a/scribejava-apis/pom.xml b/scribejava-apis/pom.xml
index e0899df6b..4e51bb8b5 100644
--- a/scribejava-apis/pom.xml
+++ b/scribejava-apis/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-core/pom.xml b/scribejava-core/pom.xml
index 237d120c8..d5fbfc488 100644
--- a/scribejava-core/pom.xml
+++ b/scribejava-core/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-httpclient-ahc/pom.xml b/scribejava-httpclient-ahc/pom.xml
index 91bbdf24e..fabd225c3 100644
--- a/scribejava-httpclient-ahc/pom.xml
+++ b/scribejava-httpclient-ahc/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-httpclient-apache/pom.xml b/scribejava-httpclient-apache/pom.xml
index bfe1b5efc..1dc9dd53c 100644
--- a/scribejava-httpclient-apache/pom.xml
+++ b/scribejava-httpclient-apache/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-httpclient-armeria/pom.xml b/scribejava-httpclient-armeria/pom.xml
index d01d73561..54e58c619 100644
--- a/scribejava-httpclient-armeria/pom.xml
+++ b/scribejava-httpclient-armeria/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-httpclient-ning/pom.xml b/scribejava-httpclient-ning/pom.xml
index 303e8b45d..39696d698 100644
--- a/scribejava-httpclient-ning/pom.xml
+++ b/scribejava-httpclient-ning/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-httpclient-okhttp/pom.xml b/scribejava-httpclient-okhttp/pom.xml
index 6c6ac6e60..59bc2bffc 100644
--- a/scribejava-httpclient-okhttp/pom.xml
+++ b/scribejava-httpclient-okhttp/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml
diff --git a/scribejava-java8/pom.xml b/scribejava-java8/pom.xml
index 27da11d77..b75f6d2de 100644
--- a/scribejava-java8/pom.xml
+++ b/scribejava-java8/pom.xml
@@ -5,7 +5,7 @@
com.github.scribejava
scribejava
- 8.3.3
+ 8.3.4-SNAPSHOT
../pom.xml