move master to be 2.5.0-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 2a64dce..0984b5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-annotations</artifactId>
   <name>Jackson-annotations</name>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.5.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 b/release-notes/VERSION
index cf039ee..0964c05 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,13 +1,13 @@
 Project: jackson-annotations
-Version: 2.4.1 (16-Jun-2014)
+Version: 2.5.0 (xx-xxx-2014)
+
+No changes since 2.4
 
 NOTE: Annotations module will never contain changes in patch versions,
  only .0 releases can have changes. We may still release patch versions, but
  they will be identical to .0 versions, and only released for convenience
  (developers can line up all Jackson components with same patch version number)
 
-No changes since 2.4.0.
-
 ------------------------------------------------------------------------
 === History: ===
 ------------------------------------------------------------------------