Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] 4.5.0 I-Build: I20140708-0800 - POM UPDATES REQUIRED

Eclipse downloads:
   http://download.eclipse.org/eclipse/downloads/drops4/I20140708-0800/

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

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

Specific (simple) site repository:
   http://download.eclipse.org/eclipse/updates/4.5-I-builds/I20140708-0800

Equinox downloads:
   http://download.eclipse.org/equinox/drops/I20140708-0800

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/I20140708-0800/pom_updates/


-- >8 --
diff --git a/bundles/org.eclipse.osgi.compatibility.state/pom.xml b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
index 9c1d989..5ca7c54 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/pom.xml
+++ b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
@@ -19,6 +19,6 @@
   
   org.eclipse.osgi
   org.eclipse.osgi.compatibility.state
-  1.0.0-SNAPSHOT
+  1.0.100-SNAPSHOT
   eclipse-plugin
 
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 2c223bd..a8bbaec 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -19,7 +19,7 @@
   
   org.eclipse.osgi
   org.eclipse.osgi.tests
-  3.10.0-SNAPSHOT
+  3.11.0-SNAPSHOT
   eclipse-test-plugin
 
   


Back to the top