diff --git a/CHANGES.txt b/CHANGES.txt
index a8b6ae4c1c..553f7640dc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,7 @@ Merged from 1.2:
* Add Cloudstack snitch (CASSANDRA-7147)
* Update system.peers correctly when relocating tokens (CASSANDRA-7126)
* Add Google Compute Engine snitch (CASSANDRA-7132)
+ * Upgrade NBHM lib (CASSANDRA-7128)
2.1.0-beta2
* Increase default CL space to 8GB (CASSANDRA-7031)
diff --git a/build.properties.default b/build.properties.default
index ff6aea0a80..be9b23bd01 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -4,4 +4,5 @@ artifact.remoteRepository.java.net2: http://download.java.net/maven/2
artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases
artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo
artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven
+artifact.remoteRepository.boundary: http://maven.boundary.com/artifactory/external
diff --git a/build.xml b/build.xml
index 898b141f46..e8d9dd9374 100644
--- a/build.xml
+++ b/build.xml
@@ -283,6 +283,7 @@
+
@@ -361,7 +362,7 @@
-
+
@@ -470,7 +471,7 @@
-
+
@@ -542,6 +543,7 @@
+
@@ -567,6 +569,7 @@
+
@@ -587,6 +590,7 @@
+
diff --git a/lib/high-scale-lib-1.0.5.jar b/lib/high-scale-lib-1.0.5.jar
new file mode 100644
index 0000000000..d1844723fd
Binary files /dev/null and b/lib/high-scale-lib-1.0.5.jar differ
diff --git a/lib/high-scale-lib-1.1.2.jar b/lib/high-scale-lib-1.1.2.jar
deleted file mode 100644
index 6343a70816..0000000000
Binary files a/lib/high-scale-lib-1.1.2.jar and /dev/null differ