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

Skip to content

Commit 0832613

Browse files
Changed artifact version in README
1 parent 73a53b3 commit 0832613

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can pull scribe from a maven repository, just add this to your __pom.xml__ f
6161
@<dependency>@
6262
@<groupId>org.scribe</groupId>@
6363
@<artifactId>scribe</artifactId>@
64-
@<version>1.0.6</version>@
64+
@<version>1.1.0</version>@
6565
@</dependency>@
6666

6767
h1. Getting started in less than 2 minutes

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
[1.1.1]
2929

3030
* FIX: Removed isEmpty() from OAuth2.0 code in order to support older JVMs
31-
* FEATURE: Overloaded provider() method to support instances as well as classes (thanks dustismo)
31+
* FEATURE: Overloaded provider() method to support instances as well as classes (thanks dustismo)
32+
* FIX: White-space parameter bug (thanks Krogoth)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.scribe</groupId>
55
<artifactId>scribe</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.1.0</version>
7+
<version>1.1.1</version>
88
<name>Scribe OAuth Library</name>
99
<description>The best OAuth library out there</description>
1010
<url>http://github.com/fernandezpablo85/scribe-java</url>

0 commit comments

Comments
 (0)