412890: update build to publish snapshot builds to I... location again

Change-Id: If2036bf8d9da8cbcdea93da833adda6fed311301
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412890
diff --git a/org.eclipse.mylyn.incubator-site/pom.xml b/org.eclipse.mylyn.incubator-site/pom.xml
index 9294491..370d220 100644
--- a/org.eclipse.mylyn.incubator-site/pom.xml
+++ b/org.eclipse.mylyn.incubator-site/pom.xml
@@ -43,6 +43,14 @@
     <plugins>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-packaging-plugin</artifactId>
+        <version>${tycho-version}</version>
+        <configuration>
+          <timestampProvider>default</timestampProvider>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
         <artifactId>target-platform-configuration</artifactId>
         <version>${tycho-version}</version>		
         <configuration>
@@ -111,7 +119,7 @@
                   <property name="skipPromote" value="${promote.skip}"/>
                   
                   <property name="version" value="${unqualifiedVersion}"/>
-                  <property name="qualifier" value="${buildQualifier}"/>
+                  <property name="qualifier" value="${promote.prefix}${buildQualifier}"/>
                 </ant>
                 <echo file="${project.build.directory}/version.properties">
                   <![CDATA[
diff --git a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
index c7c2e2b..0128ef5 100644
--- a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
@@ -18,21 +18,21 @@
  org.eclipse.jdt.debug.ui,
  org.eclipse.jdt.ui,
  org.eclipse.search,
- org.eclipse.mylyn.context.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.context.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.bugzilla.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.bugzilla.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.monitor.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.java.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.commons.workbench;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.resources.ui;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.ide.ant;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.pde.ui;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.context.core;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.context.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.bugzilla.core;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.bugzilla.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.monitor.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.java.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.commons.core;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.commons.workbench;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.resources.ui;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.ide.ant;bundle-version="[3.10.0,4.0.0)",
+ org.eclipse.mylyn.pde.ui;bundle-version="[3.10.0,4.0.0)",
  org.eclipse.core.expressions,
  org.eclipse.pde.core
 Bundle-ActivationPolicy: lazy