Skip to content

Commit

Permalink
Release version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
boncey committed Jun 30, 2014
1 parent eee3eb1 commit 01bb743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Flickr4Java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'idea'
apply plugin: 'maven'
apply plugin: 'application'

version = '2.6'
version = '2.8'
group = 'com.flickr4java.flickr'

sourceCompatibility = '1.5'
Expand Down
2 changes: 1 addition & 1 deletion Flickr4Java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.flickr4java</groupId>
<artifactId>flickr4java</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.8</version>
<packaging>jar</packaging>
<name>flickr4java</name>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ An API key is required to use this API. You can [request one on Flickr](http://
<dependency>
<groupId>com.flickr4java</groupId>
<artifactId>flickr4java</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>

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 comments on commit 01bb743

Please sign in to comment.