prepare for 2.10.2
diff --git a/pom.xml b/pom.xml
index c493a3d..356f770 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.fasterxml.jackson</groupId>
     <artifactId>jackson-base</artifactId>
-    <version>2.10.2-SNAPSHOT</version>
+    <version>2.10.2</version>
   </parent>
 
   <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 9da05f9..87374ef 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -4,7 +4,7 @@
 === Releases === 
 ------------------------------------------------------------------------
 
-2.10.2 (not yet released)
+2.10.2 (05-Jan-2020)
 
 #2101: `FAIL_ON_NULL_FOR_PRIMITIVES` failure does not indicate field name in exception message
  (reported by raderio@github)