Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-03-20 17:07:13 +0000
committerPaul Webster2013-03-26 12:50:24 +0000
commitf16e6cca7c0b742971503e50c5f1cdb6c84c02d9 (patch)
tree00ef2cc6bd7355e53f9767d83132b9ea0caf17e6 /bundles/org.eclipse.ui.workbench
parent3751fd5f6ef3227fe06c6821cff6260d6e4829ae (diff)
downloadeclipse.platform.ui-f16e6cca7c0b742971503e50c5f1cdb6c84c02d9.tar.gz
eclipse.platform.ui-f16e6cca7c0b742971503e50c5f1cdb6c84c02d9.tar.xz
eclipse.platform.ui-f16e6cca7c0b742971503e50c5f1cdb6c84c02d9.zip
Bug 403966 - Update Platform UI, UA, Runtime with new parent version
Diffstat (limited to 'bundles/org.eclipse.ui.workbench')
-rw-r--r--bundles/org.eclipse.ui.workbench/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.ui.workbench/pom.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.workbench/forceQualifierUpdate.txt b/bundles/org.eclipse.ui.workbench/forceQualifierUpdate.txt
new file mode 100644
index 00000000000..56f1032a8a4
--- /dev/null
+++ b/bundles/org.eclipse.ui.workbench/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403352 - Update all parent versions to match our build stream
diff --git a/bundles/org.eclipse.ui.workbench/pom.xml b/bundles/org.eclipse.ui.workbench/pom.xml
index f7b715a85bf..4d7f4bf8397 100644
--- a/bundles/org.eclipse.ui.workbench/pom.xml
+++ b/bundles/org.eclipse.ui.workbench/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.ui</artifactId>
<groupId>eclipse.platform.ui</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.ui</groupId>

Back to the top