Repository: bahir Updated Branches: refs/heads/master 30e9a1de8 -> f9a67de73
[BAHIR-149] Update Cloudant dependency to release 2.11.0 Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/f9a67de7 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/f9a67de7 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/f9a67de7 Branch: refs/heads/master Commit: f9a67de735fee8c89518cf37a513766c9e9e6b15 Parents: 55c60e5 Author: Luciano Resende <[email protected]> Authored: Tue Dec 5 23:08:52 2017 +0100 Committer: Luciano Resende <[email protected]> Committed: Tue Dec 5 23:09:33 2017 +0100 ---------------------------------------------------------------------- sql-cloudant/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/f9a67de7/sql-cloudant/pom.xml ---------------------------------------------------------------------- diff --git a/sql-cloudant/pom.xml b/sql-cloudant/pom.xml index 312e2b0..55a5210 100644 --- a/sql-cloudant/pom.xml +++ b/sql-cloudant/pom.xml @@ -109,7 +109,7 @@ <dependency> <groupId>com.cloudant</groupId> <artifactId>cloudant-client</artifactId> - <version>2.9.0</version> + <version>2.11.0</version> <scope>test</scope> </dependency> </dependencies> @@ -118,7 +118,7 @@ <resource> <directory>src/main/resources</directory> </resource> - </resources> + </resources> <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory> <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory> </build>
