diff --git a/README.md b/README.md
index ad8b512..28c98f4 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ to [GIS Tools for Hadoop](https://github.com/Esri/gis-tools-for-hadoop).
## What's New
* ST_Centroid now returns the geometry centroid rather than the center of its envelope (as of v2.1).
-* [Spatial Framework for Hadoop v2](https://github.com/Esri/spatial-framework-for-hadoop/releases) is compatible with [Geometry v2](https://github.com/Esri/geometry-api-java/releases), Hive v2.3 & v3, and Jackson v2. Note: up-to-date releases may be available [on Github](https://github.com/Esri/spatial-framework-for-hadoop/releases) but [not on Maven Central](https://github.com/Esri/spatial-framework-for-hadoop/issues/123).
+* [Spatial Framework for Hadoop v2](https://github.com/Esri/spatial-framework-for-hadoop/releases) is compatible with [Geometry v2](https://github.com/Esri/geometry-api-java/releases), Hive v2.3 & v3, and Jackson v2. Note: up-to-date releases may be available [on Github](https://github.com/Esri/spatial-framework-for-hadoop/releases) but [may not be on Maven Central](https://github.com/Esri/spatial-framework-for-hadoop/issues/123).
## Features
@@ -30,7 +30,8 @@ Build as you would any other Mavenized repository. All dependencies are pulled
### Ant
-Ant build files are also available
+Ant build files are also available,
+but are considered legacy, and may likely be removed in a future release.
At the root level of this repository, you can build a single jar with everything in the framework
using [Apache Ant](http://ant.apache.org/). Alternatively, you can build a jar at the root level of each
@@ -47,7 +48,7 @@ processing.
## Requirements
-* Geometry 2.0
+* Geometry 2.2
* Hive 0.11 and above (see [Hive Compatibility issues](https://github.com/Esri/spatial-framework-for-hadoop/wiki/ST_Geometry-for-Hive-Compatibility-with-Hive-Versions)) (For building from source, Hive-0.12+ is required.)
* Workflows calling MapReduce jobs require the location of the custom job to be run.
* Custom MapReduce jobs that use the Esri Geometry API require that the developer has authored the job,
diff --git a/build.xml b/build.xml
index 896de63..d05b906 100755
--- a/build.xml
+++ b/build.xml
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/hive/build.xml b/hive/build.xml
index a516012..264bba0 100755
--- a/hive/build.xml
+++ b/hive/build.xml
@@ -3,10 +3,10 @@
-
-
-
-
+
+
+
+
diff --git a/hive/pom.xml b/hive/pom.xml
index 76e17d5..205eb0c 100755
--- a/hive/pom.xml
+++ b/hive/pom.xml
@@ -4,7 +4,7 @@
com.esri.hadoop
spatial-sdk-hadoop
- 2.1.1-SNAPSHOT
+ 2.2.0
../
diff --git a/json/build.xml b/json/build.xml
index 1871084..5e02873 100755
--- a/json/build.xml
+++ b/json/build.xml
@@ -3,11 +3,10 @@
-
-
-
-
-
+
+
+
+
diff --git a/json/pom.xml b/json/pom.xml
index 210c34a..78ae12e 100644
--- a/json/pom.xml
+++ b/json/pom.xml
@@ -4,7 +4,7 @@
com.esri.hadoop
spatial-sdk-hadoop
- 2.1.1-SNAPSHOT
+ 2.2.0
../
diff --git a/pom.xml b/pom.xml
index dd8d349..8fc584b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.esri.hadoop
spatial-sdk-hadoop
- 2.1.1-SNAPSHOT
+ 2.2.0
pom
Spatial Framework for Hadoop