Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] 4.9.0 I-Build: I20180531-1245 - POM UPDATES REQUIRED

Eclipse downloads:
   http://download.eclipse.org/eclipse/downloads/drops4/I20180531-1245/

   Build logs and/or test results (eventually):
      http://download.eclipse.org/eclipse/downloads/drops4/I20180531-1245/testResults.php

Software site repository:
   http://download.eclipse.org/eclipse/updates/4.9-I-builds

Specific (simple) site repository:
   http://download.eclipse.org/eclipse/updates/4.9-I-builds/I20180531-1245

Equinox downloads:
   http://download.eclipse.org/equinox/drops/I20180531-1245

POM Update Required (patches below can be applied on exported email, with git am --scissors --signoff (committerId) < /path/to/patchEmail):
   http://download.eclipse.org/eclipse/downloads/drops4/I20180531-1245/pom_updates/


-- >8 --
diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
index ab2f8f3..06ce162 100644
--- a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
+++ b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
@@ -10,7 +10,7 @@
 
   eclipse.platform.ui.tools
   org.eclipse.e4.tools.jdt.templates
-  4.9.0-SNAPSHOT
+  4.8.0-SNAPSHOT
   eclipse-plugin
 
 
diff --git a/bundles/org.eclipse.e4.tools.services/pom.xml b/bundles/org.eclipse.e4.tools.services/pom.xml
index 424a57c..4480770 100644
--- a/bundles/org.eclipse.e4.tools.services/pom.xml
+++ b/bundles/org.eclipse.e4.tools.services/pom.xml
@@ -10,7 +10,7 @@
 
   eclipse.platform.ui.tools
   org.eclipse.e4.tools.services
-  4.9.0-SNAPSHOT
+  4.8.0-SNAPSHOT
   eclipse-plugin
 
 
diff --git a/bundles/org.eclipse.e4.tools/pom.xml b/bundles/org.eclipse.e4.tools/pom.xml
index dbfc245..10ca402 100644
--- a/bundles/org.eclipse.e4.tools/pom.xml
+++ b/bundles/org.eclipse.e4.tools/pom.xml
@@ -10,7 +10,7 @@
 
   eclipse.platform.ui.tool
   org.eclipse.e4.tools
-  4.9.0-SNAPSHOT
+  4.8.0-SNAPSHOT
   eclipse-plugin
 
 


Back to the top