409027: Update to 0.9.2

    • Update base POM
    • Update Site Name
    • Consume dependencies from Kepler
    • Papyrus still needs Juno (?!)

Change-Id: I0160a415b25f9a2ddd679d0d398eaf13666c6265
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409027
diff --git a/org.eclipse.mylyn.mft-site/pom.xml b/org.eclipse.mylyn.mft-site/pom.xml
index 619823a..e8b2231 100644
--- a/org.eclipse.mylyn.mft-site/pom.xml
+++ b/org.eclipse.mylyn.mft-site/pom.xml
@@ -11,7 +11,7 @@
   <artifactId>org.eclipse.mylyn.mft-site</artifactId>
   <version>0.9.2-SNAPSHOT</version>
   <packaging>eclipse-update-site</packaging>
-  <name>Model Focusing Tools for Mylyn 3.8</name>
+  <name>Model Focusing Tools for Mylyn 3.9</name>
   <properties>
     <qualifier>${project.unqualifiedVersion}</qualifier>
     <sign-dir>tools/mylyn/hudson/mft/signing</sign-dir>
diff --git a/pom.xml b/pom.xml
index 706fd82..020fb08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.eclipse.mylyn</groupId>
     <artifactId>org.eclipse.mylyn-parent</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
     <relativePath>../org.eclipse.mylyn/org.eclipse.mylyn-parent</relativePath>    
   </parent>
   <groupId>org.eclipse.mylyn.mft</groupId>
@@ -27,7 +27,10 @@
   </issueManagement>
   <properties>
     <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.context.mft.git</tycho.scmUrl>
+    <!--
     <mylyn-repository-url>http://download.eclipse.org/mylyn/drops/3.8.0/v20120612-0600/</mylyn-repository-url>
+    -->
+    <mylyn-repository-url>http://download.eclipse.org/mylyn/snapshots/3.9/</mylyn-repository-url>
     <papyrus-repository-url>http://download.eclipse.org/releases/juno/</papyrus-repository-url>
   </properties>
   <repositories>