trying to fix 2.2.0 release
diff --git a/pom.xml b/pom.xml
index c370886..7b4d8c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>com.fasterxml</groupId>
     <artifactId>oss-parent</artifactId>
-    <version>9</version>
+    <version>10</version>
   </parent>
 
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-databind</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.2.0-SNAPSHOT</version>
 
   <name>jackson-databind</name>
   <description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -84,12 +84,12 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>2.2.0-rc1</version>
+      <version>2.2.0</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.2.0-rc1</version>
+      <version>2.2.0</version>
     </dependency>
 
     <!-- and for testing, JUnit is needed, as well as quite a few