Skip to content

Commit c55dd67

Browse files
committed
Revert "prepare v7.1.0"
This reverts commit 6388969.
1 parent d908a3a commit c55dd67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
133133
<dependency>
134134
<groupId>com.github.scribejava</groupId>
135135
<artifactId>scribejava-apis</artifactId>
136-
<version>7.1.0</version>
136+
<version>7.0.0</version>
137137
</dependency>
138138
```
139139

@@ -142,7 +142,7 @@ And in case you need just core classes (that's it, without any external API (FB,
142142
<dependency>
143143
<groupId>com.github.scribejava</groupId>
144144
<artifactId>scribejava-core</artifactId>
145-
<version>7.1.0</version>
145+
<version>7.0.0</version>
146146
</dependency>
147147
```
148148

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[7.1.0]
1+
[SNAPSHOT]
22
* add Proxy support (via config's option) to internal JDKHttpClient (thanks to https://github.com/bjournaud)
33
* fix typo (change "Verfier" to "Verifier") (thanks to https://github.com/afkbrb)
44
* fix Multipart support in JDKHttpClient (thanks to https://github.com/eos1d3)

0 commit comments

Comments
 (0)