Merge branch '2.10' into 2.11
diff --git a/.travis.yml b/.travis.yml
index 6ec6300..cc6344e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@
 branches:
   only:
     - master
-    - 2.10
+    - 2.11
 
 env:
   global:
diff --git a/pom.xml b/pom.xml
index 3978b11..691a26d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
     <groupId>com.fasterxml.jackson</groupId>
     <!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
     <artifactId>jackson-parent</artifactId>
-    <version>2.10</version>
+    <version>2.11-SNAPSHOT</version>
   </parent>
 
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-annotations</artifactId>
   <name>Jackson-annotations</name>
-  <version>2.10.1-SNAPSHOT</version>
+  <version>2.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>Core annotations used for value types, used by Jackson data binding package.
   </description>
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 8e4bca2..6485834 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -11,6 +11,10 @@
 === Releases ===
 ------------------------------------------------------------------------
 
+2.11.0 (not yet released)
+
+-
+
 2.10.0 (26-Sep-2019)
 
 #138: Add basic Java 9+ module info