Skip to content

Commit efa48a9

Browse files
author
boncey
committed
Update to version 2.6 (2.7 was set by mistake)
1 parent b362795 commit efa48a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Flickr4Java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'idea'
44
apply plugin: 'maven'
55

6-
version = '2.7'
6+
version = '2.6'
77
group = 'com.flickr4java.flickr'
88

99
sourceCompatibility = '1.5'

Flickr4Java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.flickr4java</groupId>
66
<artifactId>flickr4java</artifactId>
7-
<version>2.7-SNAPSHOT</version>
7+
<version>2.6-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>flickr4java</name>
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ An API key is required to use this API. You can [request one on Flickr](http://
3939
<dependency>
4040
<groupId>com.flickr4java</groupId>
4141
<artifactId>flickr</artifactId>
42-
<version>2.7</version>
42+
<version>2.6</version>
4343
</dependency>
4444

4545
It's hosted on [JCenter](https://bintray.com/bintray/jcenter), you may need to [download their settings.xml](https://bintray.com/repo/downloadMavenRepoSettingsFile/downloadSettings?repoPath=%2Fbintray%2Fjcenter) to get access to their repo.

0 commit comments

Comments
 (0)