Skip to content

Commit 01bb743

Browse files
author
boncey
committed
Release version 2.8
1 parent eee3eb1 commit 01bb743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Flickr4Java/build.gradle

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

7-
version = '2.6'
7+
version = '2.8'
88
group = 'com.flickr4java.flickr'
99

1010
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.8</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>flickr4java</artifactId>
42-
<version>2.6</version>
42+
<version>2.8</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)