Prepare for 2.6.0-rc3
diff --git a/pom.xml b/pom.xml
index e375e05..84af953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,12 +69,12 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>2.6.0-rc3-SNAPSHOT</version>
+      <version>2.6.0-rc3</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.6.0-rc3-SNAPSHOT</version>
+      <version>2.6.0-rc3</version>
     </dependency>
 
     <!-- and for testing we need a few libraries