Skip to content

Commit 8c8d9b4

Browse files
committed
prepare 2.3.0 release
1 parent 1e4238b commit 8c8d9b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
7878
<dependency>
7979
<groupId>com.github.scribejava</groupId>
8080
<artifactId>scribejava-apis</artifactId>
81-
<version>2.2.2</version>
81+
<version>2.3.0</version>
8282
</dependency>
8383
```
8484

@@ -87,7 +87,7 @@ And in case you need just core classes (that's it, without any external API (FB,
8787
<dependency>
8888
<groupId>com.github.scribejava</groupId>
8989
<artifactId>scribejava-core</artifactId>
90-
<version>2.2.2</version>
90+
<version>2.3.0</version>
9191
</dependency>
9292
```
9393

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[2.3.0]
22
* Stack Exchange authentication via OAuth 2.0 (stackoverflow.com, askubuntu.com, etc.).
33
* Support response in gzip.
44
* differentiate OAuth1 Access token, OAuth 1 Request Token and OAuth 2 Access token, make them conforms RFCs

0 commit comments

Comments
 (0)