diff --git a/couchbase/pom.xml b/couchbase/pom.xml
index a7d231a7a7e884c5e05c99800fe6ff33f6ca3fa8..d3d7cd31c46aca855b56d6fc8e7c05b7f6c15aa8 100644
--- a/couchbase/pom.xml
+++ b/couchbase/pom.xml
@@ -15,8 +15,9 @@ implied. See the License for the specific language governing
 permissions and limitations under the License. See accompanying
 LICENSE file.
 -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.yahoo.ycsb</groupId>
@@ -35,7 +36,7 @@ LICENSE file.
 
     <dependencies>
         <dependency>
-            <groupId>couchbase</groupId>
+            <groupId>com.couchbase.client</groupId>
             <artifactId>couchbase-client</artifactId>
             <version>${couchbase.version}</version>
         </dependency>
@@ -55,12 +56,4 @@ LICENSE file.
             <artifactId>slf4j-api</artifactId>
         </dependency>
     </dependencies>
-
-    <repositories>
-        <repository>
-            <id>couchbase</id>
-            <name>Couchbase Maven Repository</name>
-            <url>http://files.couchbase.com/maven2/</url>
-        </repository>
-    </repositories>
 </project>
diff --git a/pom.xml b/pom.xml
index 190c30bafc86c1149bcd335aeed131c02434144a..acc35128b22b4e198dd70a80f012b30270164981 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@ LICENSE file.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <thrift.version>0.8.0</thrift.version>
     <hypertable.version>0.9.5.6</hypertable.version>
-    <couchbase.version>1.1.8</couchbase.version>
+    <couchbase.version>1.4.10</couchbase.version>
     <tarantool.version>1.6.5</tarantool.version>
     <aerospike.version>3.1.2</aerospike.version>
     <solr.version>5.4.0</solr.version>