Prepare for 2.7.0 final
diff --git a/pom.xml b/pom.xml
index 1588343..567cb72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-core</artifactId>
   <name>Jackson-core</name>
-  <version>2.7.0-rc4-SNAPSHOT</version>
+  <version>2.7.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>Core Jackson abstractions, basic JSON streaming API implementation</description>
   <inceptionYear>2008</inceptionYear>
@@ -48,7 +48,7 @@
             <encoding>UTF-8</encoding>
             <maxmemory>512m</maxmemory>
             <links>
-              <link>http://docs.oracle.com/javase/6/docs/api/</link>
+              <link>http://docs.oracle.com/javase/7/docs/api/</link>
             </links>
           </configuration>
           <executions>
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 04d1ef2..d5869c8 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -14,7 +14,7 @@
 === Releases ===
 ------------------------------------------------------------------------
 
-2.7.0 (not yet released)
+2.7.0 (10-Jun-2016)
 
 #37: JsonParser.getTokenLocation() doesn't update after field names
  (reported by Michael L)