Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 78a8264

Browse files
authored
Merge pull request #5 from cloudant-labs/java-cloudant-2.8
Upgraded java-cloudant dependency to 2.8.0
2 parents 1b1e7e1 + 6cac47b commit 78a8264

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [UPGRADED] java-cloudant dependency to version 2.8.0.
3+
14
# 0.3.0 (2016-10-04)
25
[UPGRADED] - java-cloudant dependency to version 2.6.2.
36

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 IBM Corp. All rights reserved.
2+
* Copyright © 2016, 2017 IBM Corp. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at
@@ -44,7 +44,7 @@ subprojects {
4444

4545
dependencies {
4646
// Cloudant client (java-cloudant) version
47-
def javaCloudantVersion = '2.6.2'
47+
def javaCloudantVersion = '2.8.0'
4848
// Dependency on java-cloudant
4949
compile group: 'com.cloudant', name: 'cloudant-client', version: javaCloudantVersion
5050
// Dependencies for inheriting javadoc and creating doc links

0 commit comments

Comments
 (0)